import Typography from '@mui/material/Typography'; import { motion } from 'framer-motion'; import { Link } from 'react-router-dom'; import Box from '@mui/material/Box'; function Error404Page() { return (
Ooops... 404! The page you requested could not be found. Back to Dashboard
); } export default Error404Page;