fixed theme and user profile settings

This commit is contained in:
Muhammad Ibrahim
2025-10-31 22:17:24 +00:00
parent 1547af6986
commit 53ff3bb1e2
6 changed files with 176 additions and 85 deletions

View File

@@ -450,8 +450,8 @@ function AppRoutes() {
function App() {
return (
<ThemeProvider>
<AuthProvider>
<AuthProvider>
<ThemeProvider>
<SettingsProvider>
<ColorThemeProvider>
<UpdateNotificationProvider>
@@ -461,8 +461,8 @@ function App() {
</UpdateNotificationProvider>
</ColorThemeProvider>
</SettingsProvider>
</AuthProvider>
</ThemeProvider>
</ThemeProvider>
</AuthProvider>
);
}