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