091969f d5135a6 091969f
1
2
3
4
5
6
import { QuizzContent } from "@/components/quizz"; export default function Quizz() { return <QuizzContent />; }