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