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