mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Revert Prisma build.
This commit is contained in:
parent
77131158f7
commit
bf6c9395c6
14 changed files with 14 additions and 15 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue