chore: swap role for ariaRole, add svelte

This commit is contained in:
Abbey Yacoe
2025-06-02 12:10:54 +02:00
parent ba9df8eaf8
commit cdc08f1b54
6 changed files with 8 additions and 16 deletions
+1 -2
View File
@@ -25,10 +25,9 @@ const initialNodes: Node[] = [
{
id: '1',
type: 'input',
data: { label: 'Focusable Node' },
data: { label: 'Node 1' },
position: { x: 250, y: 5 },
className: 'light',
role: null,
},
{
id: '2',