6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
|
|
import { RoundsStatsSummary } from "@/components/rounds-stats-summary"
|
||
|
|
|
||
|
|
export default function RoundsStatsPage() {
|
||
|
|
return <RoundsStatsSummary />
|
||
|
|
}
|