We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747dc97 commit d78be2aCopy full SHA for d78be2a
frontend/src/components/Hero.js
@@ -1,6 +1,8 @@
1
import { useState, useEffect } from 'react';
2
import { LazyLoadImage } from 'react-lazy-load-image-component';
3
import axios from 'axios';
4
+
5
+// Material UI
6
import Box from '@mui/material/Box';
7
import Grid from '@mui/material/Grid';
8
import Typography from '@mui/material/Typography';
0 commit comments