Browse Source

misc: break import cycle

j8
Saúl Ibarra Corretgé 5 years ago
parent
commit
3a88f4939c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/base/media/reducer.js

+ 2
- 2
react/features/base/media/reducer.js View File

1
 import { combineReducers } from 'redux';
1
 import { combineReducers } from 'redux';
2
 
2
 
3
-import { CONFERENCE_FAILED, CONFERENCE_LEFT } from '../conference';
3
+import { CONFERENCE_FAILED, CONFERENCE_LEFT } from '../conference/actionTypes';
4
 import { ReducerRegistry } from '../redux';
4
 import { ReducerRegistry } from '../redux';
5
-import { TRACK_REMOVED } from '../tracks';
5
+import { TRACK_REMOVED } from '../tracks/actionTypes';
6
 
6
 
7
 import {
7
 import {
8
     SET_AUDIO_AVAILABLE,
8
     SET_AUDIO_AVAILABLE,

Loading…
Cancel
Save