Library MVP (#1787)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Pete Hunt
2020-07-10 02:20:23 -07:00
committed by GitHub
parent 7ab0c1aba8
commit 6428b59ccb
18 changed files with 599 additions and 20 deletions

View File

@ -56,6 +56,7 @@ export const MobileMenu = ({
<ShapesSwitcher
elementType={appState.elementType}
setAppState={setAppState}
isLibraryOpen={appState.isLibraryOpen}
/>
</Stack.Row>
</Island>