import { Typography } from '@mui/joy' const Error = () => { return (
404
) } export default Error