File size: 185 Bytes
a4ec883
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import MathQuizApp from "@/components/MathQuizApp";

export default function Home() {
  return (
    <main className="min-h-screen bg-gray-100">
      <MathQuizApp />
    </main>
  );
}