Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mistral-AI-Game-Jam
/
description-improv
like
248
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
1b620c7
description-improv
/
src
/
pages
/
Index.tsx
Felix Zieger
game init
55a034a
16 days ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
{
GameContainer
}
from
"@/components/GameContainer"
;
const
Index
= (
) => {
return
<
GameContainer
/>
;
};
export
default
Index
;