diff --git a/src/routes/(main)/account/+page.svelte b/src/routes/(main)/account/+page.svelte index 1d695c4..6731fda 100644 --- a/src/routes/(main)/account/+page.svelte +++ b/src/routes/(main)/account/+page.svelte @@ -2,6 +2,7 @@ import { Button } from '$lib/components/ui/button/index'; import * as Dialog from '$lib/components/ui/dialog'; import type { PageData } from './$types'; + import { Trash2, LogOut } from 'lucide-svelte'; let { data }: { data: PageData } = $props(); @@ -27,9 +28,9 @@
Account Actions
- +
- +
@@ -43,7 +44,7 @@ This action cannot be undone. This will permanently delete your account and remove your data from our database.
- +