mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-19 03:01:21 +10:00
fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@ -170,7 +170,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ArrowTopRightOnSquareIcon } from "@heroicons/vue/24/outline";
|
||||
import { StarIcon } from "@heroicons/vue/24/solid";
|
||||
import type { Game, GameVersion } from "@prisma/client";
|
||||
import type { Game, GameVersion } from "~/prisma/client";
|
||||
import { micromark } from "micromark";
|
||||
import { DateTime } from "luxon";
|
||||
import type { SerializeObject } from "nitropack";
|
||||
|
||||
Reference in New Issue
Block a user