import Layout from '@/components/layout/default.js' function NotFound( props ) { return (
Not Found
{ JSON.stringify(props, null, '\t') }
) } export default NotFound