aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/watch/WatchState.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/watch/WatchState.ts')
-rw-r--r--frontend/src/routes/golf/watch/WatchState.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/routes/golf/watch/WatchState.ts b/frontend/src/routes/golf/watch/WatchState.ts
deleted file mode 100644
index 8d9997e..0000000
--- a/frontend/src/routes/golf/watch/WatchState.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export type WatchState =
- | "connecting"
- | "waiting"
- | "starting"
- | "gaming"
- | "finished"
- | "failed";