Couple of tweaks
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user