remove typo submited route

This commit is contained in:
taDuc
2026-04-21 16:09:48 +07:00
parent 845bfd41a1
commit dfebae31a1

View File

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