fix stiker di forum

This commit is contained in:
2025-04-24 17:36:21 +08:00
parent 5b3c99be39
commit 65c69a96e5
13 changed files with 730 additions and 89 deletions

View File

@@ -1,11 +1,14 @@
import { Forum_Create } from "@/app_modules/forum";
import Forum_NewCreate from "@/app_modules/forum/create/new_create";
import { Forum_V3_Create } from "@/app_modules/forum/create/V3_create";
export default async function Page() {
return (
<>
{/* <Forum_Create /> */}
<Forum_NewCreate/>
{/* <Forum_NewCreate/> */}
<Forum_V3_Create/>
</>
);
}