refactor(state): replace redux with zustand

This commit is contained in:
moklick
2021-10-13 12:54:01 +02:00
parent e01249a87c
commit ee0d29029a
38 changed files with 786 additions and 896 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export { default as useZoomPanHelper } from './hooks/useZoomPanHelper';
export { default as useUpdateNodeInternals } from './hooks/useUpdateNodeInternals';
export * from './additional-components';
export * from './store/hooks';
export { useStore, useStoreApi } from './store';
export * from './types';
export { ReactFlowProps } from './container/ReactFlow';