import { APP_VERSION } from "../lib/version"; type PageFooterProps = { note?: string; }; export function PageFooter({ note }: PageFooterProps) { return ( ); }