From df57e43059a230062d903f55f9af7339828875c3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jul 2024 23:28:10 +0900 Subject: feat(frontend): partially implement gaming --- frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx') 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
Finished
; +} -- cgit v1.2.3-70-g09d2