♻️ (builder) Remove barrel export and flatten folder arch
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
VStack,
|
||||
} from '@chakra-ui/react'
|
||||
import { useEditor } from '../../editor/providers/EditorProvider'
|
||||
import { useGraph } from '@/features/graph'
|
||||
import { useGraph } from '@/features/graph/providers/GraphProvider'
|
||||
import { useTypebot } from '../../editor/providers/TypebotProvider'
|
||||
import React, { useState } from 'react'
|
||||
import { headerHeight } from '../../editor/constants'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { useEditor } from '@/features/editor/providers/EditorProvider'
|
||||
import { useTypebot } from '@/features/editor/providers/TypebotProvider'
|
||||
import { useGraph } from '@/features/graph'
|
||||
import { useGraph } from '@/features/graph/providers/GraphProvider'
|
||||
import { useToast } from '@/hooks/useToast'
|
||||
import { UseToastOptions } from '@chakra-ui/react'
|
||||
import { Standard } from '@typebot.io/react'
|
||||
|
||||
Reference in New Issue
Block a user