mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17:51:47 +00:00
Update Info.jsx page
This commit is contained in:
@ -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 = () => {
|
||||
<Typography variant="h5" fontWeight={600}>Default values</Typography>
|
||||
|
||||
<Defaults />
|
||||
|
||||
<Typography variant="h5" fontWeight={600}>Offline licensing</Typography>
|
||||
|
||||
<Offline />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user