diff --git a/src/components/AuthCheck.vue b/src/components/AuthCheck.vue index d62a6d9..0e3ee47 100644 --- a/src/components/AuthCheck.vue +++ b/src/components/AuthCheck.vue @@ -13,7 +13,6 @@ import { AlertDialogHeader, AlertDialogTitle, } from "@/components/ui/alert-dialog"; -import { ScrollArea } from "@/components/ui/scroll-area"; const checking = ref(true); const success = ref(false); diff --git a/src/components/CommandPalette.vue b/src/components/CommandPalette.vue index 1b78e10..a490537 100644 --- a/src/components/CommandPalette.vue +++ b/src/components/CommandPalette.vue @@ -71,7 +71,7 @@ const executeCommand = (command: Command) => { class="fixed w-full h-full py-10 backdrop-blur-xxs" @click.self="closeCommandPalette" > - + No results found. diff --git a/src/components/ui/dialog/DialogContent.vue b/src/components/ui/dialog/DialogContent.vue index 3248744..23b5aca 100644 --- a/src/components/ui/dialog/DialogContent.vue +++ b/src/components/ui/dialog/DialogContent.vue @@ -34,7 +34,7 @@ const emitsAsProps = useEmitAsProps(emits); Close