aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/GolfEntry.tsx
blob: a0f9c8edbd75e2a334d882a888da4ebd5b4addd8 (plain)
1
2
3
4
5
6
7
export default function GolfEntry() {
  return (
    <div>
      <h1>Golf Entry</h1>
    </div>
  );
}