Files
yingqing/core/frontend/src/routes/exact-pages/model-photo-demo-b.tsx
T

10 lines
398 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 ExactModelPhotoDemoBPage(props: Omit<ExactDocumentPageProps, "pageKey">) {
return <ExactDocumentPage {...props} pageKey="modelPhotoDemoB" />;
}
export default ExactModelPhotoDemoBPage;