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