Merge branch 'join' into lukman-sdm-3-juni-2024

This commit is contained in:
Moh Alif Al Lukman
2024-07-03 17:35:36 +08:00
committed by GitHub
10 changed files with 50 additions and 7 deletions

View File

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