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