Index: frontend/src/context/authContext.tsx
===================================================================
--- frontend/src/context/authContext.tsx	(revision 24a2a2a4a4b81dce438be6dc97bc572bf62a589e)
+++ frontend/src/context/authContext.tsx	(revision 85512ff50bc46445db00d8c3ecea57616baddb36)
@@ -12,5 +12,5 @@
 	scheduleTokenRefresh,
 } from "../api/axiosInstance";
-import { type User } from "../types";
+import { type User } from "../utils/types";
 
 interface AuthContextType {
