Files
hipmi/src/app/dev/donasi/create/create_kabar/[id]/loading.tsx
Bagasbanuna02 07a4ce0162 # fix
- Ganti Appshell dengan tamplate buatan sendiri di modul donasi
## No Issuue
2024-04-20 07:25:43 +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 />
</>
);
}