Newer
Older

Yusuf Akgül
committed
// loading component, this renders when loading in /games happens
export default function Loading() {
return (
<div>
<h1>Game Loading...</h1>
</div>
)
}
// loading component, this renders when loading in /games happens
export default function Loading() {
return (
<div>
<h1>Game Loading...</h1>
</div>
)
}