From fb4cc39adb94fec3ebe43713b16f191a2873d3d7 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Jul 2024 14:30:29 +0200 Subject: [PATCH] Update Info.jsx page --- dashboard/src/states/Dashboard/pages/Info/Info.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dashboard/src/states/Dashboard/pages/Info/Info.jsx b/dashboard/src/states/Dashboard/pages/Info/Info.jsx index e3ffeda..06ae5fe 100644 --- a/dashboard/src/states/Dashboard/pages/Info/Info.jsx +++ b/dashboard/src/states/Dashboard/pages/Info/Info.jsx @@ -1,6 +1,7 @@ import {Typography} from "@mui/material"; import Settings from "@/states/Dashboard/pages/Info/components/Settings"; import Defaults from "@/states/Dashboard/pages/Info/components/Defaults"; +import Offline from "@/states/Dashboard/pages/Info/components/Offline"; export const Info = () => { @@ -13,6 +14,10 @@ export const Info = () => { Default values + + Offline licensing + + ) } \ No newline at end of file