added dashboard layout

This commit is contained in:
victorAnumudu
2024-03-16 02:53:40 +01:00
parent 90dc2adb92
commit 7cbfae619b
14 changed files with 221 additions and 7 deletions
+7 -5
View File
@@ -1,5 +1,7 @@
export * from "./Header"
export * from "./Home"
export * from "./GetStarted"
export * from "./shared"
export * from "./Footer"
export * from "./Header";
export * from "./Home";
export * from "./GetStarted";
export * from "./shared";
export * from "./Footer";
export * from "./DashboardLayout";
export * from "./Icons";