aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/pages/GolfPlayPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/pages/GolfPlayPage.tsx')
-rw-r--r--frontend/app/pages/GolfPlayPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/pages/GolfPlayPage.tsx b/frontend/app/pages/GolfPlayPage.tsx
index c183ac8..49f47f6 100644
--- a/frontend/app/pages/GolfPlayPage.tsx
+++ b/frontend/app/pages/GolfPlayPage.tsx
@@ -1,4 +1,4 @@
-import { Provider as JotaiProvider, createStore } from "jotai";
+import { createStore, Provider as JotaiProvider } from "jotai";
import { useEffect, useMemo, useState } from "react";
import { useLocation } from "wouter";
import { ApiClientContext, createApiClient } from "../api/client";