From a7a9593873de00de75519c6bb7503ac092f396e9 Mon Sep 17 00:00:00 2001 From: Klotske Date: Thu, 14 Jul 2022 17:53:24 +0000 Subject: [PATCH] Format --- lib/FlowEditor/FlowEditorStore.ts | 1 + 1 file changed, 1 insertion(+) 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;