refactor(react): cleanup provider

This commit is contained in:
moklick
2024-04-18 11:36:26 +02:00
parent b6f458fc5a
commit 4a7ba3f6ea
6 changed files with 40 additions and 42 deletions
@@ -1,6 +1,6 @@
import { useContext, type ReactNode } from 'react';
import StoreContext from '../../contexts/RFStoreContext';
import StoreContext from '../../contexts/StoreContext';
import { ReactFlowProvider } from '../../components/ReactFlowProvider';
import type { Node, Edge } from '../../types';