upd: edit profile

Deskripsi:
- routing edit profile
- view awal edit profile

No Issues
This commit is contained in:
amel
2024-07-04 12:31:44 +08:00
parent 04eaed21b7
commit 42da081874
3 changed files with 21 additions and 1 deletions

View File

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