Files
hipmi/src/app/dev/investasi/dialog_page/create/loading.tsx
Bagasbanuna02 f3e9b5efae # fix
- Ganti Appshell ke tamplate buatan sendiri pada Investasi
## No Issuee
2024-04-20 06:41:51 +08:00

10 lines
206 B
TypeScript

import ComponentGlobal_V2_LoadingPage from "@/app_modules/component_global/loading_page_v2";
export default async function Page() {
return (
<>
<ComponentGlobal_V2_LoadingPage/>
</>
);
}