mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-13 14:24:46 +10:00
fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Notification } from "@prisma/client";
|
||||
import type { Notification } from "~/prisma/client";
|
||||
|
||||
const props = defineProps<{ notifications: Array<Notification> }>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user