import React from 'react'; import { Box, Typography, Button, Container } from '@mui/material'; import { Link } from 'wouter'; import ErrorOutlineIcon from '@mui/icons-material/ErrorOutline'; import HomeIcon from '@mui/icons-material/Home'; export default function NotFound() { return ( Page Not Found The page you're looking for doesn't exist or has been moved. ); }