2
0

💅 Renamed prisma package to db

This commit is contained in:
Baptiste Arnaud
2021-12-08 07:08:13 +01:00
parent 17665def12
commit 641ba3db8a
22 changed files with 550 additions and 44 deletions

View File

@ -11,7 +11,7 @@ import {
} from '@chakra-ui/react'
import { useDraggable } from '@dnd-kit/core'
import { useRouter } from 'next/router'
import { Typebot } from '@typebot/prisma'
import { Typebot } from 'db'
import { isMobile } from 'services/utils'
import { MoreButton } from 'components/MoreButton'
import { ConfirmModal } from 'components/modals/ConfirmModal'