6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
|
import UserProfile from '.'
|
||
|
|
||
|
export default function UserBets() {
|
||
|
return <UserProfile tab="comments" />
|
||
|
}
|