10 lines
197 B
TypeScript
10 lines
197 B
TypeScript
import ComponentGlobal_V2_LoadingPage from "@/app_modules/_global/loading_page_v2";
|
|
|
|
export default async function Page() {
|
|
return (
|
|
<>
|
|
<ComponentGlobal_V2_LoadingPage/>
|
|
</>
|
|
);
|
|
}
|