Adding UI of FeedBack, Registration, Admin console

This commit is contained in:
2026-05-12 20:54:15 +07:00
parent 6a48d6351c
commit dd95ff5a21
30 changed files with 10038 additions and 36 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function InternalLayout({ children }: { children: React.ReactNode }) {
return children;
}