aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx
blob: 75ceb7100169af2aa89fb2742396c7a99a23875b (plain)
1
2
3
export default function GolfPlayAppFinished() {
  return <div>Finished</div>;
}