From c0de88ba8c1ac2bf10776dd1dfdc1c7757425bf1 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Fri, 18 Aug 2017 14:45:00 -0500 Subject: [PATCH] [RN] Remove unnecessary import --- react/features/app/components/App.native.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/features/app/components/App.native.js b/react/features/app/components/App.native.js index dc5ec5ef5..3b2e9bc0b 100644 --- a/react/features/app/components/App.native.js +++ b/react/features/app/components/App.native.js @@ -8,7 +8,6 @@ import '../../mobile/audio-mode'; import '../../mobile/background'; import '../../mobile/external-api'; import '../../mobile/full-screen'; -import '../../mobile/image-cache'; import '../../mobile/proximity'; import '../../mobile/wake-lock';