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