diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 11:58:32 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 11:58:32 +0300 |
| commit | 1b79ae09e024152555d01b78a5bb7bb615f5155c (patch) | |
| tree | 2853e73f8a18df6323ac2dafc8cceca67d79d854 /src/App.js | |
| parent | 5ad4d043e7514a26a395cf72215a74362c4ca2e0 (diff) | |
| parent | d389d3a7633f88933586b9660b4ad3510b7f98ee (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/notification-improvements
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,13 +1,15 @@ import UserPanel from './components/user_panel/user_panel.vue' import NavPanel from './components/nav_panel/nav_panel.vue' import Notifications from './components/notifications/notifications.vue' +import UserFinder from './components/user_finder/user_finder.vue' export default { name: 'app', components: { UserPanel, NavPanel, - Notifications + Notifications, + UserFinder }, data: () => ({ mobileActivePanel: 'timeline' |
