aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/GolfEntry.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/GolfEntry.tsx')
-rw-r--r--frontend/src/routes/golf/GolfEntry.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/routes/golf/GolfEntry.tsx b/frontend/src/routes/golf/GolfEntry.tsx
deleted file mode 100644
index a0f9c8e..0000000
--- a/frontend/src/routes/golf/GolfEntry.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-export default function GolfEntry() {
- return (
- <div>
- <h1>Golf Entry</h1>
- </div>
- );
-}