aboutsummaryrefslogtreecommitdiff
path: root/src/screens/main/Notifications.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/main/Notifications.tsx')
-rw-r--r--src/screens/main/Notifications.tsx13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/screens/main/Notifications.tsx b/src/screens/main/Notifications.tsx
deleted file mode 100644
index ca8c41c3..00000000
--- a/src/screens/main/Notifications.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import React from 'react';
-import {ComingSoon} from '../../components';
-
-/**
- * Navigation Screen for displaying other users'
- * actions on the logged in user's posts
- */
-
-const Notifications: React.FC = () => {
- return <ComingSoon />;
-};
-
-export default Notifications;