7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
import { InPlayPage } from "@/components/betting/in-play-page"
|
|
|
|
export default function LivePage() {
|
|
return <InPlayPage />
|
|
}
|
|
|