We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1360b commit d1d478cCopy full SHA for d1d478c
1 file changed
storage/framework/defaults/resources/components/index.ts
@@ -4,5 +4,10 @@
4
* Complete dashboard components for building modern admin interfaces.
5
*/
6
7
-// UI Components (re-export from UI folder)
8
-export * from './UI'
+// Layout components
+export { default as DashboardLayout } from './Dashboard/DashboardLayout.stx'
9
+export { default as NavbarModern } from './Dashboard/NavbarModern.stx'
10
+export { default as SidebarModern } from './Dashboard/SidebarModern.stx'
11
+
12
+// Dashboard and UI components
13
+export * from './Dashboard'
0 commit comments