aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/stores')
-rw-r--r--src/client/stores/auth.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/stores/auth.tsx b/src/client/stores/auth.tsx
index 58e9d40..b34717b 100644
--- a/src/client/stores/auth.tsx
+++ b/src/client/stores/auth.tsx
@@ -7,8 +7,7 @@ import {
useMemo,
useState,
} from "react";
-import { ApiClientError, apiClient } from "../api/client";
-import type { User } from "../api/types";
+import { ApiClientError, apiClient, type User } from "../api/client";
export interface AuthState {
user: User | null;