mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
Update Info.jsx page
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
import {Typography} from "@mui/material";
|
import {Typography} from "@mui/material";
|
||||||
import Settings from "@/states/Dashboard/pages/Info/components/Settings";
|
import Settings from "@/states/Dashboard/pages/Info/components/Settings";
|
||||||
import Defaults from "@/states/Dashboard/pages/Info/components/Defaults";
|
import Defaults from "@/states/Dashboard/pages/Info/components/Defaults";
|
||||||
|
import Offline from "@/states/Dashboard/pages/Info/components/Offline";
|
||||||
|
|
||||||
export const Info = () => {
|
export const Info = () => {
|
||||||
|
|
||||||
@ -13,6 +14,10 @@ export const Info = () => {
|
|||||||
<Typography variant="h5" fontWeight={600}>Default values</Typography>
|
<Typography variant="h5" fontWeight={600}>Default values</Typography>
|
||||||
|
|
||||||
<Defaults />
|
<Defaults />
|
||||||
|
|
||||||
|
<Typography variant="h5" fontWeight={600}>Offline licensing</Typography>
|
||||||
|
|
||||||
|
<Offline />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user