mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-16 03:41:43 +00:00
fixed theme and user profile settings
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user