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