chore(react): cleanup examples
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
|||||||
Node,
|
Node,
|
||||||
Edge,
|
Edge,
|
||||||
} from '@xyflow/react';
|
} from '@xyflow/react';
|
||||||
import '@xyflow/react/dist/style.css';
|
|
||||||
|
|
||||||
const initialNodes: Node[] = [
|
const initialNodes: Node[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { ReactFlow } from '@xyflow/react';
|
import { ReactFlow } from '@xyflow/react';
|
||||||
import '@xyflow/react/dist/style.css';
|
|
||||||
|
|
||||||
import { useDispatch, useSelector, Provider } from 'react-redux';
|
import { useDispatch, useSelector, Provider } from 'react-redux';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user