location-menu #5
@ -42,7 +42,6 @@ export const UserProvider: React.FC<UserProviderProps> = ({ children }) => {
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [appState, setAppState] = useState(AppState.currentState);
|
||||
const [currentTheme, setTheme] = useState("");
|
||||
const [isDarkMode, setDarkMode] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
const loadUserData = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user