We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a3002 commit bab4f48Copy full SHA for bab4f48
frontend/src/components/Hero.tsx
@@ -1,5 +1,7 @@
1
import { useState, useEffect } from 'react';
2
import axios from 'axios';
3
+
4
+// Material UI
5
import Box from '@mui/material/Box';
6
import Typography from '@mui/material/Typography';
7
import Container from '@mui/material/Container';
0 commit comments