location-menu #5

Merged
whysman merged 26 commits from location-menu into master 2025-03-30 01:56:40 +00:00
Showing only changes of commit 2b99575862 - Show all commits

View File

@ -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 () => {