feat(WEB-154): my profile view
This commit is contained in:
@@ -2,7 +2,7 @@ import Image from "@/components/Image"
|
||||
|
||||
import styles from "./friend.module.css"
|
||||
|
||||
import type { FriendProps } from "@/types/components/myPages/friend"
|
||||
import type { FriendProps } from "@/types/components/myPages/myPage/friend"
|
||||
|
||||
export default function Friend({ user }: FriendProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user