6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
|
import { Friends } from "@/components/friends"
|
||
|
|
|
||
|
|
export default function MyFriendsPage() {
|
||
|
|
return <Friends />
|
||
|
|
}
|