feat : update profile
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ViewEditProfile } from "@/module/user"
|
||||
import { EditProfile } from "@/module/user"
|
||||
|
||||
function Page() {
|
||||
return (
|
||||
<ViewEditProfile />
|
||||
<EditProfile />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { ViewProfile } from "@/module/user";
|
||||
import { Profile } from "@/module/user";
|
||||
|
||||
function Page() {
|
||||
return (
|
||||
<ViewProfile />
|
||||
<Profile />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user