Skip to content

Commit 983a126

Browse files
committed
import updates
1 parent c6bf323 commit 983a126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/(dashboard)/dashboard/+page.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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">

0 commit comments

Comments
 (0)