Changeset 4e5cf92 for frontend/src/context
- Timestamp:
- 01/27/26 13:04:08 (6 months ago)
- Branches:
- main
- Children:
- 77e572b, b70fbeb
- Parents:
- 0f71490
- File:
-
- 1 edited
-
frontend/src/context/authContext.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/context/authContext.tsx
r0f71490 r4e5cf92 12 12 scheduleTokenRefresh, 13 13 } from "../api/axiosInstance"; 14 import { type User } from "../ types";14 import { type User } from "../utils/types"; 15 15 16 16 interface AuthContextType {
Note:
See TracChangeset
for help on using the changeset viewer.
