♻️ Re-organize workspace folders
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DashboardFolder } from 'db'
|
||||
import { DashboardFolder } from '@typebot.io/prisma'
|
||||
import {
|
||||
Button,
|
||||
Editable,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DashboardFolder, WorkspaceRole } from 'db'
|
||||
import { DashboardFolder, WorkspaceRole } from '@typebot.io/prisma'
|
||||
import {
|
||||
Flex,
|
||||
Heading,
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user