From ae229e0bdd0e0b044be5d996935c6996cc4bb4d5 Mon Sep 17 00:00:00 2001 From: Nouman Tahir Date: Tue, 25 May 2021 16:39:52 +0500 Subject: [PATCH] removed foreground notification import, it might fail previous PR --- src/components/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/index.js b/src/components/index.js index 36c46b2c2..5d00a627c 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -89,7 +89,6 @@ import { SpinGame } from './spinGame/spinGameView'; import { TabbedPosts } from './tabbedPosts'; import { ActionModal } from './actionModal'; import { CustomiseFiltersModal } from './customiseFiltersModal'; -import { ForegroundNotification } from './foregroundNotification'; // Basic UI Elements import { @@ -227,5 +226,4 @@ export { TabbedPosts, ActionModal, CustomiseFiltersModal, - ForegroundNotification, };