File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/routes/(dashboard)/dashboard Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import Container from ' @/lib/components/Container.svelte' ;
3- import ButtonsExample from ' @/lib/components/showcase /ButtonsExample.svelte' ;
4- import ThemeCard from ' @/lib/components/showcase /ThemeCard.svelte' ;
5- import NotificationCard from ' @/lib/components/showcase /NotificationCard.svelte' ;
6- import AccountCard from ' @/lib/components/showcase /AccountCard.svelte' ;
7- import TaskCard from ' @/lib/components/showcase /TaskCard.svelte' ;
3+ import ButtonsExample from ' @/lib/components/dashboard /ButtonsExample.svelte' ;
4+ import ThemeCard from ' @/lib/components/dashboard /ThemeCard.svelte' ;
5+ import NotificationCard from ' @/lib/components/dashboard /NotificationCard.svelte' ;
6+ import AccountCard from ' @/lib/components/dashboard /AccountCard.svelte' ;
7+ import TaskCard from ' @/lib/components/dashboard /TaskCard.svelte' ;
88 </script >
99
1010<main class =" grid gap-6 py-10" >
You can’t perform that action at this time.
0 commit comments