dev experience
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import AlphaFooter from '@/components/alpha/AlphaFooter';
|
||||
import { AlphaNav } from '@/components/alpha/AlphaNav';
|
||||
import DevToolbar from '@/components/dev/DevToolbar';
|
||||
import { DebugModeToggle } from '@/components/dev/DebugModeToggle';
|
||||
import { ApiErrorBoundary } from '@/components/errors/ApiErrorBoundary';
|
||||
import { EnhancedErrorBoundary } from '@/components/errors/EnhancedErrorBoundary';
|
||||
import { NotificationIntegration } from '@/components/errors/NotificationIntegration';
|
||||
import { ErrorAnalyticsDashboard } from '@/components/errors/ErrorAnalyticsDashboard';
|
||||
import NotificationProvider from '@/components/notifications/NotificationProvider';
|
||||
import { AuthProvider } from '@/lib/auth/AuthContext';
|
||||
import { getAppMode } from '@/lib/mode';
|
||||
@@ -100,8 +98,6 @@ export default async function RootLayout({
|
||||
{process.env.NODE_ENV === 'development' && (
|
||||
<>
|
||||
<DevToolbar />
|
||||
<DebugModeToggle />
|
||||
<ErrorAnalyticsDashboard refreshInterval={5000} />
|
||||
</>
|
||||
)}
|
||||
</EnhancedErrorBoundary>
|
||||
@@ -149,8 +145,7 @@ export default async function RootLayout({
|
||||
{/* Development Tools */}
|
||||
{process.env.NODE_ENV === 'development' && (
|
||||
<>
|
||||
<DebugModeToggle />
|
||||
<ErrorAnalyticsDashboard refreshInterval={5000} />
|
||||
<DevToolbar />
|
||||
</>
|
||||
)}
|
||||
</EnhancedErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user