import { Page404Style } from "./404Page.style"; import Link from "next/link"; function Page404() { return (
404 !!
Back to Home
); } export default Page404;