mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
removed unused property from AppShell
This commit is contained in:
parent
01f5d40139
commit
dfb8c3c155
@ -24,7 +24,7 @@ export function AppShell({
|
||||
<ContextWrapper>
|
||||
<div className='tw-flex tw-flex-col tw-h-full'>
|
||||
<SetAppState assetsApi={assetsApi} userType={userType} />
|
||||
<NavBar userType={userType} appName={appName}></NavBar>
|
||||
<NavBar appName={appName}></NavBar>
|
||||
<div id='app-content' className='tw-flex-grow'>
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user