backend-api/frontend/features/map/components/chat-bot.tsx

9 lines
378 B
XML

/*
========================================
File: frontend/features/map/components/chat-bot.tsx
========================================
*/
// This component seems redundant with chat-overlay.tsx.
// Assuming it's removed or its logic is integrated into chat-overlay.tsx.
// If needed, its structure would be similar to chat-overlay.tsx but maybe without the <Overlay> wrapper.