added grid to canvas area.
This commit is contained in:
@@ -18,6 +18,16 @@ function App() {
|
||||
<GridItem colSpan={1}>
|
||||
<Sidebar />
|
||||
</GridItem>
|
||||
<GridItem colSpan={1}>
|
||||
<Grid
|
||||
templateRows="repeat(6 1fr)"
|
||||
templateColumns="repeat(6 1fr)"
|
||||
height="100vh"
|
||||
width="100vw"
|
||||
>
|
||||
<Widgets></Widgets>
|
||||
</Grid>
|
||||
</GridItem>
|
||||
</Grid>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user