- Merubah Appshell dengan tamplate layout sendiri di module berikut: - Forum - Job - Event - Voting ## No Issuee
10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
import ComponentGlobal_V2_LoadingPage from "@/app_modules/component_global/loading_page_v2";
|
|
|
|
export default async function Page() {
|
|
return (
|
|
<>
|
|
<ComponentGlobal_V2_LoadingPage />
|
|
</>
|
|
);
|
|
}
|