oops! old analytics crap fix!

This commit is contained in:
legop3
2026-06-18 15:07:33 -04:00
parent 7248af47d2
commit 5d178e745c
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -261,7 +261,6 @@ function App() {
return (
<div className={`${pageBackgroundClass} text-slate-100 ${isDesktop ? 'h-screen overflow-hidden' : 'ios-safe-screen min-h-screen'}`}>
<DriverAnalytics />
<AppWithProviders layout={layout} isDesktop={isDesktop} fullscreen={fullscreen} />
</div>
);