feat: port TechLog Studio validation workflow
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useRouteInput } from "../../../../../presentation/routes/route-input.tsx";
|
||||
import { ValidationScreen } from "../components/validation-screen.tsx";
|
||||
|
||||
export function DocumentValidationPage() {
|
||||
const { params } = useRouteInput<"TECH_LOG_STUDIO_DOCUMENT_VALIDATION">();
|
||||
return <ValidationScreen documentId={String(params.id)} />;
|
||||
}
|
||||
Reference in New Issue
Block a user