// ** MUI Imports import Card from '@mui/material/Card' import Grid from '@mui/material/Grid' import Typography from '@mui/material/Typography' import CardHeader from '@mui/material/CardHeader' import CardContent from '@mui/material/CardContent' const SecondPage = () => { return ( This is your second page. Chocolate sesame snaps pie carrot cake pastry pie lollipop muffin. Carrot cake dragée chupa chups jujubes. Macaroon liquorice cookie wafer tart marzipan bonbon. Gingerbread jelly-o dragée chocolate. ) } export default SecondPage