♻️ (builder) Change to features-centric folder structure
This commit is contained in:
committed by
Baptiste Arnaud
parent
3686465a85
commit
643571fe7d
10
apps/builder/src/features/graph/index.ts
Normal file
10
apps/builder/src/features/graph/index.ts
Normal file
@ -0,0 +1,10 @@
|
||||
export { Graph } from './components/Graph'
|
||||
export {
|
||||
GraphProvider,
|
||||
GroupsCoordinatesProvider,
|
||||
GraphDndProvider,
|
||||
type Coordinates,
|
||||
useGraph,
|
||||
useBlockDnd,
|
||||
} from './providers'
|
||||
export { parseNewBlock } from './utils'
|
Reference in New Issue
Block a user