refactor(auth): update AuthContext import path

This commit is contained in:
ShiYu
2025-06-14 00:01:08 +08:00
parent 17842cfdf7
commit a56ec32a15
9 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Tabs, Layout, Menu, Space } from 'antd';
import { useAuth } from '../../auth/AuthContext.tsx';
import { useAuth } from '../../contexts/AuthContext.tsx';
import { useState, type SetStateAction } from 'react';
import UserProfile from './UserProfile.tsx';
import useIsMobile from '../../hooks/useIsMobile';