1
0
Fork 0

wip(shared): more workbench updates

This commit is contained in:
joostdecock 2023-05-18 14:32:29 +02:00
parent e4850ca908
commit 8eed5e17eb
5 changed files with 59 additions and 61 deletions

View file

@ -115,8 +115,6 @@ export const Workbench = ({ design, Design, set = false }) => {
account={account}
/>
)}
<pre>{JSON.stringify(settings, null, 2)}</pre>
<pre>{JSON.stringify(ui, null, 2)}</pre>
</>
)
}