import { NewRound } from "@/components/new-round"
export default function NewRoundPage() {
return <NewRound />
}