优化登录重试与配置清理
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { useContext } from 'react';
|
||||
import { ThemeContext } from './themeContext';
|
||||
|
||||
export function useTheme() {
|
||||
return useContext(ThemeContext);
|
||||
}
|
||||
Reference in New Issue
Block a user