Files
History-client/app/submited/page.tsx
2026-04-21 16:07:21 +07:00

6 lines
158 B
TypeScript

"use client";
// Backward-compat route (typo). Keep this thin wrapper so canonical code lives in `/submitted`.
export { default } from "../submitted/page";