even better analytics config stuffs

This commit is contained in:
legop3
2026-06-17 21:14:22 -04:00
parent 6118033abc
commit 57c128ab4d
8 changed files with 153 additions and 136 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Main Application Shell
// Purpose: Composes the primary rover control interface and page-level layout. Scope: Orchestrates high-level panels, overlays, and feature modules for the default route.
import DriverAnalytics from './config/analytics.jsx';
import DriverAnalytics from './components/DriverAnalytics/index.jsx';
import { useCallback, useEffect, useMemo, useState } from 'react';
import TelemetryPanel from './components/TelemetryPanel/index.jsx';
import PiHostStatsCard from './components/PiHostStatsCard/index.jsx';