aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps/GolfWatchAppFinished.tsx
blob: 330d1a63f940dbceab9e8d38b0cf95d4a6e131ff (plain)
1
2
3
export default function GolfWatchAppFinished() {
  return <div>Finished</div>;
}