style : update style

This commit is contained in:
lukman
2024-09-21 15:50:21 +08:00
parent 2171c369df
commit 40471f5ebc
8 changed files with 786 additions and 276 deletions

View File

@@ -1,8 +1,10 @@
import { EditProfile } from "@/module/user"
import EditProfileCopy from "@/module/user/profile/ui/edit_profile copy"
function Page() {
return (
<EditProfile />
// <EditProfile />
<EditProfileCopy/>
)
}