From 55f35933e8a96b7a36ab8be4aa54d4ba53aa1a10 Mon Sep 17 00:00:00 2001 From: Andrei Gavrilescu Date: Fri, 8 Nov 2019 13:38:42 +0200 Subject: [PATCH] address code review --- react/features/app/components/App.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/app/components/App.web.js b/react/features/app/components/App.web.js index 3c55e4c92..670183a95 100644 --- a/react/features/app/components/App.web.js +++ b/react/features/app/components/App.web.js @@ -7,9 +7,9 @@ import { DialogContainer } from '../../base/dialog'; import '../../base/user-interaction'; import '../../chat'; import '../../external-api'; +import '../../no-audio-signal'; import '../../power-monitor'; import '../../room-lock'; -import '../../no-audio-signal'; import '../../talk-while-muted'; import '../../video-layout';