This commit is contained in:
ct
2025-07-08 03:20:36 +08:00
parent 21287e6bc5
commit 1b14860608

View File

@@ -4,8 +4,8 @@ import { createInertiaApp } from '@inertiajs/react';
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';
import { createRoot } from 'react-dom/client';
import { ErrorBoundary } from 'react-error-boundary';
import { GA4Provider } from './Plugins/GA4Context.jsx'; // Updated import
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';