chore(react): cleanup examples

This commit is contained in:
moklick
2024-05-07 18:24:17 +02:00
parent 2b0d75ddaa
commit 32bac3e133
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ import {
Node,
Edge,
} from '@xyflow/react';
import '@xyflow/react/dist/style.css';
const initialNodes: Node[] = [
{

View File

@@ -1,5 +1,4 @@
import { ReactFlow } from '@xyflow/react';
import '@xyflow/react/dist/style.css';
import { useDispatch, useSelector, Provider } from 'react-redux';