diff options
Diffstat (limited to 'frontend/src/routes/golf/GolfPlay.tsx')
| -rw-r--r-- | frontend/src/routes/golf/GolfPlay.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/routes/golf/GolfPlay.tsx b/frontend/src/routes/golf/GolfPlay.tsx index 3cc7d65..42e8e5f 100644 --- a/frontend/src/routes/golf/GolfPlay.tsx +++ b/frontend/src/routes/golf/GolfPlay.tsx @@ -1,4 +1,4 @@ -import App from './play/App.tsx'; +import App from "./play/App.tsx"; export default function GolfPlay() { return ( @@ -7,4 +7,4 @@ export default function GolfPlay() { <App gameId={0} playerId={0} /> </div> ); -}; +} |
