This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Paper from "@mui/material/Paper"; | |
import Button from "@mui/material/Button"; | |
import Typography from "@mui/material/Typography"; | |
import Container from "@mui/material/Container"; | |
import styles from "../styles/Home.module.css"; | |
import { Box, CardContent } from "@mui/material"; | |
import List from "@mui/material/List"; | |
import ListItem from "@mui/material/ListItem"; | |
import ListItemText from "@mui/material/ListItemText"; | |
import ListItemIcon from "@mui/material/ListItemIcon"; |