fix forum
deskripsi: - text editor di create & edit - load pada beranda
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { Forum_Create } from "@/app_modules/forum";
|
||||
import Forum_NewCreate from "@/app_modules/forum/create/new_create";
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
<>
|
||||
<Forum_Create />
|
||||
{/* <Forum_Create /> */}
|
||||
<Forum_NewCreate/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user