disable route + bug UI

This commit is contained in:
Hoang Anh
2026-08-21 16:27:19 +07:00
parent 5cc69fceae
commit fdd8033c11
3 changed files with 10 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
import { notFound } from "next/navigation";
export default function RegistrationLayout() {
notFound();
}