Revert Prisma build.

This commit is contained in:
Mike Cao 2025-07-12 15:18:01 -07:00
parent 77131158f7
commit bf6c9395c6
14 changed files with 14 additions and 15 deletions

View file

@ -2,7 +2,7 @@
import { createContext, ReactNode } from 'react';
import { useWebsiteQuery } from '@/components/hooks';
import { Loading } from '@umami/react-zen';
import { Website } from '@/generated/prisma/client';
import { Website } from '@prisma/client';
export const WebsiteContext = createContext<Website>(null);