import { FunctionComponent } from 'react'; import { Box, Container, Typography } from '@mui/material'; import BrokenImageIcon from '@mui/icons-material/BrokenImage'; export const NotFound: FunctionComponent = () => { return Oooups...this is a 404 page. ; };