Skip to content
Snippets Groups Projects
Commit f4884a80 authored by agm67's avatar agm67
Browse files

Update src/pages/home/Home.js

parent c984a62e
No related branches found
No related tags found
1 merge request!3Update src/pages/home/Home.js
......@@ -6,6 +6,12 @@ import { Box } from '@mui/system';
function Home() {
return (
<div
style={{
backgroundColor: #ccffd2
width: '100px',
height: '100px'
}}
<Container maxWidth="sm">
<Box sx={{ my: 20 }}>
<Heading
......@@ -21,15 +27,4 @@ function Home() {
)
}
function App() {
return (
<div
style={{
backgroundColor: #ccffd2
width: '100px',
height: '100px'
}}
)
}
export default Home
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment