import { Link } from "react-router"; import { Button, H3 } from "@/components/Shared/UI"; import PageLayout from "./PageLayout"; const Custom404 = () => { return (

Oops, Lost‽

This page could not be found.
); }; export default Custom404;