teecup/frontend/app/my-rounds/stats/page.tsx

6 lines
150 B
TypeScript
Raw Normal View History

import { RoundsStatsSummary } from "@/components/rounds-stats-summary"
export default function RoundsStatsPage() {
return <RoundsStatsSummary />
}