Skip to content

Commit 7371211

Browse files
committed
Remove additional import
1 parent d7cc8e3 commit 7371211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/components/user-settings/user-settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import { cn } from "@/lib/utils";
2626
import { User, UserSchema } from "@/lib/schemas/user-schema";
2727
import { AuthType, userServiceUri } from "@/lib/api-uri";
2828
import { isPasswordComplex } from "@/lib/password";
29-
import { userServiceUri } from "@/lib/api-uri";
3029

3130
const fetcher = async (url: string): Promise<User> => {
3231
// Retrieve the JWT token from localStorage

0 commit comments

Comments
 (0)