Couple of tweaks

This commit is contained in:
Kurt Hutten
2021-03-14 08:59:29 +11:00
parent c4005f149f
commit d7ebb00c3b
4 changed files with 44 additions and 13 deletions

View File

@@ -16,7 +16,6 @@ const IdeToolbarNew = () => {
return (
<IdeContext.Provider value={{ state, dispatch }}>
<div className="p-8 border-2">
<div>hi I'm the toolbar</div>
<nav className="flex">
<button
onClick={() => setIdeType('openCascade')}