mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-18 20:24:05 +01:00
11 lines
610 B
XML
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.
|