import { Link } from 'react-router-dom' import { appRoutes } from 'routes' export const NotFoundPage = () => { return (

Page not found

The page you're attempting to visit doesn't exist

Go home
) }