misc: break import cycle

This commit is contained in:
Saúl Ibarra Corretgé
2020-05-29 10:37:09 +02:00
committed by Saúl Ibarra Corretgé
parent fe221fe4be
commit 3a88f4939c
+2 -2
View File
@@ -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,