diff --git a/packages/frontend/src/routes/me/profile/+page.svelte b/packages/frontend/src/routes/me/profile/+page.svelte index 1109a0a..77de5cb 100644 --- a/packages/frontend/src/routes/me/profile/+page.svelte +++ b/packages/frontend/src/routes/me/profile/+page.svelte @@ -12,13 +12,7 @@ import { TagsInput } from "$lib/components/ui/tags-input"; import { FileDropZone, MEGABYTE } from "$lib/components/ui/file-drop-zone"; import * as Alert from "$lib/components/ui/alert"; - import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - } from "$lib/components/ui/card"; + import { Card, CardContent } from "$lib/components/ui/card"; import Meta from "$lib/components/meta/meta.svelte"; const { data } = $props(); @@ -132,14 +126,11 @@
{$_("me.settings.profile_subtitle")}