Files
hipmi/src/app/dev/job/non_user_view/[id]/loading.tsx
Bagasbanuna02 18a2abdea2 # fix
- Merubah Appshell dengan tamplate layout sendiri di module berikut:
- Forum
- Job
- Event
- Voting
## No Issuee
2024-04-20 08:40:22 +08:00

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 />
</>
);
}