Perbaikan UI pada Forum

# style:
- Tampilan keseluruhan forum di ganti menguikuti UI
## No Issue
This commit is contained in:
2024-07-01 14:26:26 +08:00
parent af6fc79ef7
commit 11b5e8f722
91 changed files with 2711 additions and 1424 deletions

View File

@@ -1,16 +1,17 @@
import ComponentGlobal_HeaderTamplate from "@/app_modules/component_global/header_tamplate";
import ComponentGlobal_UI_LayoutTamplate from "@/app_modules/component_global/ui/ui_layout_tamplate";
import Coba_TestLoading from "@/app_modules/zCoba";
import { Text } from "@mantine/core";
export default async function Page() {
await new Promise((a, b) => {
setTimeout(a, 3000);
});
await new Promise((a, b) => {
setTimeout(a, 3000);
});
return (
<>
<Coba_TestLoading />
{/* <ComponentGlobal_UI_LayoutTamplate /> */}
</>
);
}