shithub
zeroed-some
/
bashamole
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bashamole
Public
Watch
0
Fork
0
Star
0
bashamole
/
frontend
/
src
/
app
/
page.tsx
TypeScript · 112 bytes
Raw
Blame
History
1
// src/app/page.tsx
2
import
Game
from
'@/components/Game'
;
3
4
export
default
function
Home() {
5
return
<
Game
/>;
6
}