10 lines
377 B
TypeScript

/* Generated by scripts/generate-exact-html.mjs. Do not edit by hand. */
import { ExactDocumentPage } from "../exact-document";
import type { ExactDocumentPageProps } from "../exact-document";
export function ExactSettingsPage(props: Omit<ExactDocumentPageProps, "pageKey">) {
return <ExactDocumentPage {...props} pageKey="settings" />;
}
export default ExactSettingsPage;