diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-03-13 15:24:09 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-03-13 15:24:09 -0700 |
| commit | 3c5c09c74fa80994635a6c8055c2f81c81f27318 (patch) | |
| tree | 68b7deb08e050ee80a17a21ceadb854e5111622f /src/App.js | |
| parent | 9c60934786f0ca11d64550b1f290e1e8d63d8b9d (diff) | |
| parent | 9fd44e4a520289b316c653f1cea2f4d1b6607b55 (diff) | |
Merge branch 'develop' into feature/version-info
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,7 @@ import WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_pan import ChatPanel from './components/chat_panel/chat_panel.vue' import MediaModal from './components/media_modal/media_modal.vue' import SideDrawer from './components/side_drawer/side_drawer.vue' +import MobilePostStatusModal from './components/mobile_post_status_modal/mobile_post_status_modal.vue' import { unseenNotificationsFromStore } from './services/notification_utils/notification_utils' export default { @@ -22,7 +23,8 @@ export default { WhoToFollowPanel, ChatPanel, MediaModal, - SideDrawer + SideDrawer, + MobilePostStatusModal }, data: () => ({ mobileActivePanel: 'timeline', |
