♻️ Re-organize workspace folders

This commit is contained in:
Baptiste Arnaud
2023-03-15 08:35:16 +01:00
parent 25c367901f
commit cbc8194f19
987 changed files with 2716 additions and 2770 deletions

View File

@@ -7,7 +7,7 @@ import {
isFreePlan,
} from '@/features/billing'
import { useWorkspace } from '@/features/workspace'
import { Plan } from 'db'
import { Plan } from '@typebot.io/prisma'
import React from 'react'
import { useScopedI18n } from '@/locales'

View File

@@ -1,4 +1,4 @@
import { DashboardFolder } from 'db'
import { DashboardFolder } from '@typebot.io/prisma'
import {
Button,
Editable,

View File

@@ -1,4 +1,4 @@
import { DashboardFolder, WorkspaceRole } from 'db'
import { DashboardFolder, WorkspaceRole } from '@typebot.io/prisma'
import {
Flex,
Heading,

View File

@@ -18,7 +18,7 @@ import { ConfirmModal } from '@/components/ConfirmModal'
import { GripIcon } from '@/components/icons'
import { useTypebotDnd } from '../TypebotDndProvider'
import { useDebounce } from 'use-debounce'
import { Plan } from 'db'
import { Plan } from '@typebot.io/prisma'
import { useWorkspace } from '@/features/workspace'
import { useToast } from '@/hooks/useToast'
import { isMobile } from '@/utils/helpers'