backend-api/frontend/features/map/components/analytics-panel.tsx

11 lines
610 B
XML

/*
========================================
File: frontend/features/map/components/analytics-panel.tsx
========================================
*/
// This component seems redundant with analytics-overlay.tsx in the new structure.
// If it has unique logic or display variation, keep it and refactor its imports.
// Otherwise, it can likely be removed, and its functionality merged into analytics-overlay.tsx.
// For this rewrite, assuming it's removed or its distinct logic is integrated elsewhere.
// If needed, its structure would be similar to analytics-overlay.tsx but maybe without the <Overlay> wrapper.