Perbaikan UI pada Forum
# style: - Tampilan keseluruhan forum di ganti menguikuti UI ## No Issue
This commit is contained in:
@@ -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 /> */}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user