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

Update src/pages/home/Home.js

parent 474a79b3
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ import { Box } from '@mui/system'; ...@@ -6,7 +6,6 @@ import { Box } from '@mui/system';
function Home() { function Home() {
return ( return (
<div className="GreenMintBackground.png" />
<Container maxWidth="sm"> <Container maxWidth="sm">
<Box sx={{ my: 20 }}> <Box sx={{ my: 20 }}>
<Heading <Heading
...@@ -22,4 +21,17 @@ function Home() { ...@@ -22,4 +21,17 @@ function Home() {
) )
} }
function App() {
return (
<div
style={{
backgroundColor: 'red',
width: '100px',
height: '100px'
}}
/>
);
}
export default Home export default Home
export default App
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment