misc: break import cycle

This commit is contained in:
Saúl Ibarra Corretgé 2020-05-28 13:20:37 +02:00 committed by Saúl Ibarra Corretgé
parent fe221fe4be
commit 3a88f4939c
1 changed files with 2 additions and 2 deletions

View File

@ -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,