Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghost613
/
math-quiz
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
math-quiz
/
app
/
page.tsx
ghost613
Upload 20 files
a4ec883
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
185 Bytes
import
MathQuizApp
from
"@/components/MathQuizApp"
;
export
default
function
Home
(
) {
return
(
<
main
className
=
"min-h-screen bg-gray-100"
>
<
MathQuizApp
/>
</
main
>
);
}