Merge branch 'join' into lukman/4-juli-2024

This commit is contained in:
Moh Alif Al Lukman
2024-07-04 13:36:10 +08:00
committed by GitHub
8 changed files with 96 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
import { ViewEditProfile } from "@/module/user"
function Page() {
return (
<ViewEditProfile />
)
}
export default Page

5
src/app/loading.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { LoadingPage } from "@/module/_global";
export default function Loading() {
return <LoadingPage />
}