0.0.1
This commit is contained in:
5
src/routes/index.tsx
Normal file
5
src/routes/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Game from "../components/Game";
|
||||
|
||||
export default () => {
|
||||
return <Game />;
|
||||
};
|
||||
Reference in New Issue
Block a user