♻️ Re-organize workspace folders
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Flex, FormLabel, Stack, Switch, useDisclosure } from '@chakra-ui/react'
|
||||
import { useWorkspace } from '@/features/workspace'
|
||||
import { Plan } from 'db'
|
||||
import { GeneralSettings } from 'models'
|
||||
import { Plan } from '@typebot.io/prisma'
|
||||
import { GeneralSettings } from '@typebot.io/schemas'
|
||||
import React from 'react'
|
||||
import { isDefined } from 'utils'
|
||||
import { isDefined } from '@typebot.io/lib'
|
||||
import { ChangePlanModal, isFreePlan, LimitReached } from '@/features/billing'
|
||||
import { SwitchWithLabel } from '@/components/inputs/SwitchWithLabel'
|
||||
import { LockTag } from '@/features/billing'
|
||||
|
||||
Reference in New Issue
Block a user