diff --git a/packages/client/package.json b/packages/client/package.json index 74e1fc5..3e20d5d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@games/client", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "vite --port 3000", "build": "vite build" diff --git a/packages/client/src/routes/index.tsx b/packages/client/src/routes/index.tsx index bbc9b8a..b4b5206 100644 --- a/packages/client/src/routes/index.tsx +++ b/packages/client/src/routes/index.tsx @@ -10,7 +10,7 @@ export default () => { return (
- {(game) => {game.name}} + {(game) => {game.name}}
);