import { HomeRounded, Login } from '@mui/icons-material' import { Box, Button, CircularProgress, Container, Typography } from '@mui/joy' import { Link } from 'react-router-dom' import Logo from '../Logo' // Adjust the import path as necessary const Error = () => { return ( Ops, something went wrong if you think this is a mistake, please contact us or{' '} open issue here {' '} ) } export default Error