aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/GolfWatch.tsx
blob: acd3305e4d413baa18bd0ee35df1ca53269c6988 (plain)
1
2
3
4
5
6
7
8
9
10
import App from "./watch/App.tsx";

export default function GolfWatch() {
  return (
    <div>
      <h1>Golf Watch</h1>
      <App gameId={0} />
    </div>
  );
}