removed foreground notification import, it might fail previous PR

This commit is contained in:
Nouman Tahir 2021-05-25 16:39:52 +05:00
parent 61333d4214
commit ae229e0bdd

View File

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