aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/GolfWatch.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/GolfWatch.tsx')
-rw-r--r--frontend/src/routes/golf/GolfWatch.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/routes/golf/GolfWatch.tsx b/frontend/src/routes/golf/GolfWatch.tsx
index e5fe93f..acd3305 100644
--- a/frontend/src/routes/golf/GolfWatch.tsx
+++ b/frontend/src/routes/golf/GolfWatch.tsx
@@ -1,4 +1,4 @@
-import App from './watch/App.tsx';
+import App from "./watch/App.tsx";
export default function GolfWatch() {
return (
@@ -7,4 +7,4 @@ export default function GolfWatch() {
<App gameId={0} />
</div>
);
-};
+}