We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5d5e24 + cc8a5cf commit 1034ab8Copy full SHA for 1034ab8
prisma/initial_data.ts
@@ -1,6 +1,6 @@
1
-import { imagesBaseUrl } from "@/config";
+import { imagesBaseUrl } from "../src/config";
2
3
-import type { CategorySlug } from "@/../generated/prisma/client";
+import type { CategorySlug } from "../generated/prisma/client";
4
5
export const categories = [
6
{
0 commit comments