diff options
| author | hakabahitoyo <hakabahitoyo@example.com> | 2018-09-03 15:57:22 +0900 |
|---|---|---|
| committer | hakabahitoyo <hakabahitoyo@example.com> | 2018-09-03 15:57:22 +0900 |
| commit | 38b683b30cd8ffd2fc4ab444f1a4690dc1ed3808 (patch) | |
| tree | 0b74e691626a4c5c5136abffa19589f8ac6a6522 /src/App.js | |
| parent | a99869146f000f1c3f2433184e2b7d7b1ba4bb3b (diff) | |
update
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ 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' -import FeaturesPanel from './components/features_panel/features_panel.vue' import InstanceSpecificPanel from './components/instance_specific_panel/instance_specific_panel.vue' +import FeaturesPanel from './components/features_panel/features_panel.vue' import WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_panel.vue' import ChatPanel from './components/chat_panel/chat_panel.vue' @@ -14,8 +14,8 @@ export default { NavPanel, Notifications, UserFinder, - FeaturesPanel, InstanceSpecificPanel, + FeaturesPanel, WhoToFollowPanel, ChatPanel }, |
