chore(examples): cleanup

This commit is contained in:
moklick
2023-10-23 16:02:12 +02:00
parent 13f274b1db
commit f42f6314e2
7 changed files with 1904 additions and 1941 deletions
+1
View File
@@ -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';