Skip to content
Snippets Groups Projects

Testing

Merged Yusuf Akgül requested to merge testing into main
124 files
+ 14153
14216
Compare changes
  • Side-by-side
  • Inline
Files
124
// loading component, this renders when loading in /games happens
export default function Loading() {
return (
<div>
<h1>Game Loading...</h1>
</div>
)
}
\ No newline at end of file
Loading