♻️ Normalize data
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { DashboardFolder } from '.prisma/client'
|
||||
import { Typebot } from 'bot-engine'
|
||||
import { Typebot } from 'models'
|
||||
import {
|
||||
Button,
|
||||
Flex,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user