import Layout from "@/src/layout/Layout"; import Link from "next/link"; import { Fragment } from "react"; const E404 = () => { return (
{/*
*/}

Sorry! Page Not Found

We can't find that page! The page you are
looking for was never existed.

{/*
*/}
); }; export default E404;