fix(app) fix broken import

Introduced in d9eedb0dad
This commit is contained in:
Saúl Ibarra Corretgé 2022-05-23 16:59:25 +02:00 committed by Saúl Ibarra Corretgé
parent f3f9cd3d05
commit d2d2507e86
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import {
createConnectionEvent,
inIframe,
sendAnalytics
} from '../analytics';
import { SET_ROOM } from '../base/conference';
@ -12,6 +11,7 @@ import {
getURLWithoutParams
} from '../base/connection';
import { MiddlewareRegistry } from '../base/redux';
import { inIframe } from '../base/util/iframeUtils';
import { reloadNow } from './actions';
import { _getRouteToRender } from './getRouteToRender';