import React from 'react'; // pages/404.js export default function Custom404() { return

404 - Page Not Found

; }