diff options
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx new file mode 100644 index 0000000..75ceb71 --- /dev/null +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx @@ -0,0 +1,3 @@ +export default function GolfPlayAppFinished() { + return <div>Finished</div>; +} |
