diff --git a/src/states/Dashboard/pages/Info/components/Settings/Settings.jsx b/src/states/Dashboard/pages/Info/components/Settings/Settings.jsx new file mode 100644 index 0000000..d6b141e --- /dev/null +++ b/src/states/Dashboard/pages/Info/components/Settings/Settings.jsx @@ -0,0 +1,17 @@ +import {Stack} from "@mui/material"; +import Key from "@/states/Dashboard/pages/Info/components/Settings/components/Key"; +import Name from "@/states/Dashboard/pages/Info/components/Settings/components/Name"; +import Delete from "@/states/Dashboard/pages/Info/components/Settings/components/Delete"; + +export const Settings = () => { + return ( + + + + + + + + + ) +} \ No newline at end of file