Skip to content

Commit

Permalink
misc: break import cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed May 29, 2020
1 parent fe221fe commit 3a88f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/features/base/media/reducer.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { combineReducers } from 'redux';

import { CONFERENCE_FAILED, CONFERENCE_LEFT } from '../conference';
import { CONFERENCE_FAILED, CONFERENCE_LEFT } from '../conference/actionTypes';
import { ReducerRegistry } from '../redux';
import { TRACK_REMOVED } from '../tracks';
import { TRACK_REMOVED } from '../tracks/actionTypes';

import {
SET_AUDIO_AVAILABLE,
Expand Down

0 comments on commit 3a88f49

Please sign in to comment.