Update
This commit is contained in:
@@ -8,7 +8,7 @@ import { ErrorBoundary } from 'react-error-boundary';
|
||||
import { GA4Provider } from '@/plugins/GA4Context.jsx'; // Updated import
|
||||
import DetailedErrorFallback from './components/custom/detailed-error-fallback'; // Import your component
|
||||
import { Toaster } from './components/ui/sonner';
|
||||
import { initializeTheme } from './hooks/use-appearance';
|
||||
import { useTheme } from './hooks/useTheme';
|
||||
import AuthDialog from './modules/auth/AuthDialog';
|
||||
import { AxiosProvider } from './plugins/AxiosContext';
|
||||
import { MittProvider } from './plugins/MittContext';
|
||||
@@ -56,4 +56,4 @@ createInertiaApp({
|
||||
},
|
||||
});
|
||||
|
||||
initializeTheme();
|
||||
// Theme is now handled by useTheme hook in components
|
||||
|
||||
Reference in New Issue
Block a user