♻️ Re-organize workspace folders
This commit is contained in:
@@ -17,9 +17,9 @@ import {
|
||||
} from '@chakra-ui/react'
|
||||
import { ConfirmModal } from '@/components/ConfirmModal'
|
||||
import { useToast } from '@/hooks/useToast'
|
||||
import { User } from 'db'
|
||||
import { User } from '@typebot.io/prisma'
|
||||
import React, { useState } from 'react'
|
||||
import { byId, isDefined } from 'utils'
|
||||
import { byId, isDefined } from '@typebot.io/lib'
|
||||
import { CreateTokenModal } from './CreateTokenModal'
|
||||
import { useApiTokens } from '../../../hooks/useApiTokens'
|
||||
import { ApiTokenFromServer } from '../../../types'
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
VStack,
|
||||
Text,
|
||||
} from '@chakra-ui/react'
|
||||
import { GraphNavigation } from 'db'
|
||||
import { GraphNavigation } from '@typebot.io/prisma'
|
||||
|
||||
const graphNavigationData = [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Stack, Heading, useColorMode } from '@chakra-ui/react'
|
||||
import { useUser } from '@/features/account'
|
||||
import { GraphNavigation } from 'db'
|
||||
import { GraphNavigation } from '@typebot.io/prisma'
|
||||
import React, { useEffect } from 'react'
|
||||
import { GraphNavigationRadioGroup } from './GraphNavigationRadioGroup'
|
||||
import { AppearanceRadioGroup } from './AppearanceRadioGroup'
|
||||
|
||||
Reference in New Issue
Block a user