change div
This commit is contained in:
parent
8633f8f4b4
commit
394cb68489
@ -1,13 +1,14 @@
|
|||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
|
import { Box } from "@mui/material";
|
||||||
import { HomePage } from "../components/Pages/HomePage/HomePage";
|
import { HomePage } from "../components/Pages/HomePage/HomePage";
|
||||||
|
|
||||||
|
|
||||||
const DashboardPage = () => {
|
const DashboardPage = () => {
|
||||||
return (
|
return (
|
||||||
<div style={{ maxWidth: '100vw' }}>
|
<Box style={{ maxWidth: '100vw' }}>
|
||||||
<HomePage />
|
<HomePage />
|
||||||
</div>
|
</Box>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user