aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHakaba Hitoyo <hakabahitoyo@example.com>2018-09-03 14:43:10 +0900
committerHakaba Hitoyo <hakabahitoyo@example.com>2018-09-03 14:43:10 +0900
commit52fe01e4d8c6b9c783f8606ac1ece6a66371508a (patch)
tree08f05e0b16dee378141f13ce4dec7e699daccf8a /src/App.js
parent20b0ffc0b9978799ed34fc3b8c85aa8fe56f2eeb (diff)
mock features panel
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index c455c18c..9d7ecea0 100644
--- a/src/App.js
+++ b/src/App.js
@@ -2,8 +2,9 @@ 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 WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_panel.vue'
+import FeaturesPanel from './components/features_panel/features_panel.vue'
import InstanceSpecificPanel from './components/instance_specific_panel/instance_specific_panel.vue'
+import WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_panel.vue'
import ChatPanel from './components/chat_panel/chat_panel.vue'
export default {