upd: profile
Deskripsi: - membuat routing profile - membuat view profile - mengganti routing menjadi window No Issues
This commit is contained in:
9
src/app/(application)/profile/page.tsx
Normal file
9
src/app/(application)/profile/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ViewProfile } from "@/module/user";
|
||||
|
||||
function Page() {
|
||||
return (
|
||||
<ViewProfile />
|
||||
)
|
||||
}
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user