diff --git a/dashboard/src/states/Dashboard/pages/Info/Info.jsx b/dashboard/src/states/Dashboard/pages/Info/Info.jsx
index 4ac3bda..e3ffeda 100644
--- a/dashboard/src/states/Dashboard/pages/Info/Info.jsx
+++ b/dashboard/src/states/Dashboard/pages/Info/Info.jsx
@@ -1,10 +1,8 @@
-import {Alert, Stack, TextField, Typography} from "@mui/material";
-import {useContext} from "react";
-import {ProjectContext} from "@/states/Dashboard/contexts/Project";
+import {Typography} from "@mui/material";
import Settings from "@/states/Dashboard/pages/Info/components/Settings";
+import Defaults from "@/states/Dashboard/pages/Info/components/Defaults";
export const Info = () => {
- const {currentProject} = useContext(ProjectContext);
return (
<>
@@ -14,26 +12,7 @@ export const Info = () => {
Default values
-
-
-
- It is currently not possible to change the default values. This feature will be available in future
- updates.
-
-
-
-
-
- License key
-
- Example: 123A-4313-43121-017#
-
-
-
-
-
-
+
>
)
}
\ No newline at end of file