import { ArrowSmallLeftIcon } from "@heroicons/react/20/solid"; import { Button } from "@documenso/ui"; import Logo from "../components/logo"; export default function Custom404() { return ( <>

404

Page not found

Sorry, we couldn’t find the page you’re looking for.

); }