Removed text.
This commit is contained in:
@@ -29,9 +29,7 @@ export function App({ children }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid columns={{ xs: '1fr', md: 'auto 1fr' }} height="100vh" width="100%" backgroundColor="2">
|
<Grid columns={{ xs: '1fr', md: 'auto 1fr' }} height="100vh" width="100%" backgroundColor="2">
|
||||||
<Row display={{ xs: 'flex', md: 'none' }} alignItems="center" gap>
|
<Row display={{ xs: 'flex', md: 'none' }} alignItems="center" gap></Row>
|
||||||
oh hi
|
|
||||||
</Row>
|
|
||||||
<Column display={{ xs: 'none', md: 'flex' }}>
|
<Column display={{ xs: 'none', md: 'flex' }}>
|
||||||
<SideNav />
|
<SideNav />
|
||||||
</Column>
|
</Column>
|
||||||
|
|||||||
Reference in New Issue
Block a user