Update
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user