diff options
Diffstat (limited to 'frontend/src/routes/golf/GolfPlay.tsx')
| -rw-r--r-- | frontend/src/routes/golf/GolfPlay.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/src/routes/golf/GolfPlay.tsx b/frontend/src/routes/golf/GolfPlay.tsx deleted file mode 100644 index 42e8e5f..0000000 --- a/frontend/src/routes/golf/GolfPlay.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import App from "./play/App.tsx"; - -export default function GolfPlay() { - return ( - <div> - <h1>Golf Play</h1> - <App gameId={0} playerId={0} /> - </div> - ); -} |
