import Layout from '@/components/layout/default.js' function NotFound() { return (
Not Found
) } export default NotFound