mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 17:54:44 +10:00
fix: remove weird import
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
import { DialogTitle } from "@headlessui/vue";
|
import { DialogTitle } from "@headlessui/vue";
|
||||||
import ModalTemplate from "~/drop-base/components/ModalTemplate.vue";
|
|
||||||
import type { CollectionEntry, Game } from "@prisma/client";
|
import type { CollectionEntry, Game } from "@prisma/client";
|
||||||
import type { SerializeObject } from "nitropack";
|
import type { SerializeObject } from "nitropack";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user