♻️ (builder) Change to features-centric folder structure
This commit is contained in:
committed by
Baptiste Arnaud
parent
3686465a85
commit
643571fe7d
7
apps/builder/src/features/editor/index.ts
Normal file
7
apps/builder/src/features/editor/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export { TypebotProvider, useTypebot } from './providers/TypebotProvider'
|
||||
export { TypebotHeader } from './components/TypebotHeader'
|
||||
export { EditTypebotPage } from './components/EditTypebotPage'
|
||||
export { EditorSettingsForm } from './components/EditorSettingsForm'
|
||||
export { headerHeight } from './constants'
|
||||
export { BlockIcon } from './components/BlocksSideBar/BlockIcon'
|
||||
export { RightPanel, useEditor } from './providers/EditorProvider'
|
Reference in New Issue
Block a user