import Layout from '@/components/layout' import NotFoundPage from '@/components/notFound' function NotFound() { return ( ) } export default NotFound