chore(examples): cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "astro",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
||||
@@ -21,8 +21,6 @@ const nodeSize = {
|
||||
height: 40,
|
||||
};
|
||||
|
||||
const handleSize = 1;
|
||||
|
||||
const initialNodes: Node[] = [
|
||||
{
|
||||
id: '1',
|
||||
|
||||
@@ -11,6 +11,7 @@ import {
|
||||
OnNodesChange,
|
||||
OnEdgesChange,
|
||||
OnConnect,
|
||||
OnError,
|
||||
} from '@xyflow/react';
|
||||
|
||||
import '@xyflow/react/dist/style.css';
|
||||
|
||||
Reference in New Issue
Block a user