💅 Renamed prisma package to db
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Typebot } from '@typebot/prisma'
|
||||
import { Typebot } from 'db'
|
||||
import useSWR from 'swr'
|
||||
import { fetcher, sendRequest } from './utils'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { User } from '@typebot/prisma'
|
||||
import { User } from 'db'
|
||||
import { useSession } from 'next-auth/react'
|
||||
|
||||
export const useUser = (): User | undefined => {
|
||||
|
Reference in New Issue
Block a user