import Head from "next/head"; import { formatTitle } from "@/lib/format"; import { CustomPage } from "@/pages/_app"; const HelpAndAbout: CustomPage = () => { return ( <> {formatTitle("Help and About")}

Help and about

); }; export default HelpAndAbout;