diff --git a/lib/FlowEditor/FlowEditorStore.ts b/lib/FlowEditor/FlowEditorStore.ts index 32d5995..5a16e15 100644 --- a/lib/FlowEditor/FlowEditorStore.ts +++ b/lib/FlowEditor/FlowEditorStore.ts @@ -65,4 +65,5 @@ const useStore = create((set, get) => ({ }); }, })); + export default useStore;