Merge pull request #1960 from ecency/nt/scheduled-post-bug

removed foreground notification import, without it, previous PR build might fail
This commit is contained in:
Feruz M 2021-05-25 14:44:17 +03:00 committed by GitHub
commit 3ceae67996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,6 @@ import { SpinGame } from './spinGame/spinGameView';
import { TabbedPosts } from './tabbedPosts'; import { TabbedPosts } from './tabbedPosts';
import { ActionModal } from './actionModal'; import { ActionModal } from './actionModal';
import { CustomiseFiltersModal } from './customiseFiltersModal'; import { CustomiseFiltersModal } from './customiseFiltersModal';
import { ForegroundNotification } from './foregroundNotification';
// Basic UI Elements // Basic UI Elements
import { import {
@ -227,5 +226,4 @@ export {
TabbedPosts, TabbedPosts,
ActionModal, ActionModal,
CustomiseFiltersModal, CustomiseFiltersModal,
ForegroundNotification,
}; };