Update bundle and make example configuration correct

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/128/head
Egor Savkin 2024-04-08 17:30:10 +08:00
parent 51c9031f24
commit 4448029757
2 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,13 +27,16 @@ const JSONExample = JSON.stringify({
"options": null
}
],
"type": "rack"
"type": "rack",
"options": {}
},
{
"items": [],
"type": "no_crate"
"type": "no_crate",
"options": {}
}
]
],
"options": {}
});
export function ImportJSON() {