crap
This commit is contained in:
@@ -14,20 +14,17 @@ const PageWrapper: FC<Props> = ({children}) => {
|
||||
<AppShell
|
||||
layout={"alt"}
|
||||
navbar={{width: rem('80px'), breakpoint: "sm"}}
|
||||
// header={{height:rem(60)}}
|
||||
>
|
||||
{/*<AppShell.Header>*/}
|
||||
{/* <Header/>*/}
|
||||
{/*</AppShell.Header>*/}
|
||||
|
||||
<AppShell.Navbar>
|
||||
<Navbar/>
|
||||
{authState.isAuthorized &&
|
||||
<Navbar/>
|
||||
}
|
||||
</AppShell.Navbar>
|
||||
<AppShell.Main className={styles['main-container']}>
|
||||
<div className={styles['container']}>
|
||||
{children}
|
||||
</div>
|
||||
|
||||
|
||||
</AppShell.Main>
|
||||
</AppShell>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user