6 lines
158 B
TypeScript
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";
|
|
|