misc: break import cycle
This commit is contained in:
parent
fe221fe4be
commit
3a88f4939c
|
@ -1,8 +1,8 @@
|
||||||
import { combineReducers } from 'redux';
|
import { combineReducers } from 'redux';
|
||||||
|
|
||||||
import { CONFERENCE_FAILED, CONFERENCE_LEFT } from '../conference';
|
import { CONFERENCE_FAILED, CONFERENCE_LEFT } from '../conference/actionTypes';
|
||||||
import { ReducerRegistry } from '../redux';
|
import { ReducerRegistry } from '../redux';
|
||||||
import { TRACK_REMOVED } from '../tracks';
|
import { TRACK_REMOVED } from '../tracks/actionTypes';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
SET_AUDIO_AVAILABLE,
|
SET_AUDIO_AVAILABLE,
|
||||||
|
|
Loading…
Reference in New Issue