refactor(frontend): move chat UI into feature module and update imports
1 parent 3e1dded commit ee2350b82d0305f7c9c8ed91677055e415a68f3a
@Antigravity AI Antigravity AI authored 16 hours ago
Showing 11 changed files
View
frontend/src/components/ChatArea.css 100644 → 0
View
frontend/src/components/ChatArea.js 100644 → 0
View
frontend/src/components/ChatWindow.css 100644 → 0
View
frontend/src/components/ChatWindow.js 100644 → 0
View
frontend/src/features/chat/components/ChatArea.css 0 → 100644
View
frontend/src/features/chat/components/ChatArea.js 0 → 100644
View
frontend/src/features/chat/components/ChatWindow.css 0 → 100644
View
frontend/src/features/chat/components/ChatWindow.js 0 → 100644
View
frontend/src/features/chat/index.js 0 → 100644
View
frontend/src/pages/SwarmControlPage.js
View
frontend/src/pages/VoiceChatPage.js