Add new frontend - fix 2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// src/contexts/AuthContext.tsx
|
||||
import React, { createContext, useContext, useEffect, useState, useCallback } from 'react';
|
||||
import { authService, UserProfile } from '../api/auth/authService';
|
||||
import { authService, UserProfile } from '../api/services/authService';
|
||||
import { tokenManager } from '../api/auth/tokenManager';
|
||||
|
||||
interface AuthContextType {
|
||||
|
||||
Reference in New Issue
Block a user