10 lines
392 B
TypeScript
10 lines
392 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 ExactProjectWizardPage(props: Omit<ExactDocumentPageProps, "pageKey">) {
|
|
return <ExactDocumentPage {...props} pageKey="projectWizard" />;
|
|
}
|
|
|
|
export default ExactProjectWizardPage;
|