import { interactiveText } from "@indietabletop/appkit/common.css.ts"; import { Link } from "wouter"; import { InfoPage } from "./index.tsx"; export function NotFoundPage() { return ( The link you have followed might be broken.{" "} Back to dashboard . } /> ); } export function ClientSideErrorPage() { const description = ( <> Sorry, this wasn't supposed to happen. If the error persists, please{" "} get in touch . ); return ( ); }