+
+
+ setOpened((o) => !o)}
+ size="sm"
+ color={theme.colors.gray[6]}
+ mr="xl"
+ />
+
+
+
+ Dashboard Admin
+
+
+
+
+ }
+ >
+ {children}
+
+ >
+ );
+}
diff --git a/src/app/dev/dashboard-admin/page.tsx b/src/app/dev/dashboard-admin/page.tsx
new file mode 100644
index 00000000..95685c8b
--- /dev/null
+++ b/src/app/dev/dashboard-admin/page.tsx
@@ -0,0 +1,7 @@
+import DashboardAdmin from "@/modules/dashboard_admin";
+
+export default function PageDashboardAdmin(){
+ return <>
+