2
0

♻️ Normalize data

This commit is contained in:
Baptiste Arnaud
2022-01-06 09:40:56 +01:00
parent 6c1e0fd345
commit 9fa4c7dffa
114 changed files with 1545 additions and 1632 deletions

View File

@ -1,5 +1,5 @@
import { DashboardFolder } from '.prisma/client'
import { Typebot } from 'bot-engine'
import { Typebot } from 'models'
import {
Button,
Flex,

View File

@ -16,7 +16,7 @@ import { MoreButton } from 'components/MoreButton'
import { ConfirmModal } from 'components/modals/ConfirmModal'
import { GlobeIcon, ToolIcon } from 'assets/icons'
import { deleteTypebot, duplicateTypebot } from 'services/typebots'
import { Typebot } from 'bot-engine'
import { Typebot } from 'models'
type ChatbotCardProps = {
typebot: Typebot

View File

@ -1,6 +1,6 @@
import { Button, Flex, Text, VStack } from '@chakra-ui/react'
import { GlobeIcon, ToolIcon } from 'assets/icons'
import { Typebot } from 'bot-engine'
import { Typebot } from 'models'
type Props = {
typebot: Typebot