chore(types): cleanup

This commit is contained in:
moklick
2024-02-17 16:32:59 +01:00
parent ad7403cc75
commit a16c5c9bd5
7 changed files with 8 additions and 13 deletions
@@ -14,7 +14,7 @@ const initialNodes: Node[] = [
dragHandle: '.custom-drag-handle',
style: { border: '1px solid #ddd', padding: '20px 40px' },
position: { x: 200, y: 200 },
data: null,
data: {},
},
];