import { HomeRounded, Login } from '@mui/icons-material' import { Box, Button, CircularProgress, Container } from '@mui/joy' import { Typography } from '@mui/material' import { Link } from 'react-router-dom' // Assuming you are using React Router import Logo from '../../Logo' const NotFound = () => { return ( Page Not Found Sorry, I could be wrong but I think you are lost. ) } export default NotFound