|
refactor(frontend): move voice chat into feature module
|
|---|
|
|
| frontend/src/App.js |
|---|
| frontend/src/components/VoiceControls.js 100644 → 0 |
|---|
| frontend/src/features/voice/components/VoiceControls.js 0 → 100644 |
|---|
| frontend/src/features/voice/hooks/useVoiceChat.js 0 → 100644 |
|---|
| frontend/src/features/voice/index.js 0 → 100644 |
|---|
| frontend/src/features/voice/pages/VoiceChatPage.js 0 → 100644 |
|---|
| frontend/src/hooks/useVoiceChat.js 100644 → 0 |
|---|
| frontend/src/pages/VoiceChatPage.js 100644 → 0 |
|---|