fix: missing components errors

This commit is contained in:
Huskydog9988
2025-04-16 12:03:42 -04:00
parent 456902c784
commit 582acfb385
8 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,7 @@
class="flex min-h-screen bg-zinc-950 flex-1 flex-col justify-center py-12 sm:px-6 lg:px-8"
>
<div class="sm:mx-auto sm:w-full sm:max-w-md">
<Logo class="mx-auto h-10 w-auto" />
<DropLogo class="mx-auto h-10 w-auto" />
<h2
class="mt-6 text-center text-2xl font-bold font-display leading-9 tracking-tight text-zinc-100"
>

View File

@ -5,7 +5,7 @@
>
<div class="mx-auto w-full max-w-sm lg:w-96">
<div>
<Logo class="h-10 w-auto" />
<DropLogo class="h-10 w-auto" />
<h2
class="mt-8 text-2xl font-bold font-display leading-9 tracking-tight text-zinc-100"
>
@ -121,7 +121,7 @@
<script setup lang="ts">
import { XCircleIcon } from "@heroicons/vue/20/solid";
import type { User } from "@prisma/client";
import Logo from "~/components/DropLogo.vue";
import DropLogo from "~/components/DropLogo.vue";
const username = ref("");
const password = ref("");

View File

@ -5,7 +5,7 @@
>
<div class="mx-auto w-full max-w-sm lg:w-96">
<div>
<Logo class="h-10 w-auto" />
<DropLogo class="h-10 w-auto" />
<h2
class="mt-8 text-2xl font-bold font-display leading-9 tracking-tight text-zinc-100"
>
@ -28,7 +28,7 @@
</template>
<script setup lang="ts">
import Logo from "~/components/DropLogo.vue";
import DropLogo from "~/components/DropLogo.vue";
const router = useRouter();
// Clear the user state