mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
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:
commit
3ceae67996
@ -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,
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user