From 34bc38f0bf76a9add53652f5a7442be4f7fe9851 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 16 Feb 2017 22:25:41 +0100 Subject: Add settings page to app. --- src/App.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index c326ddfc..03421c62 100644 --- a/src/App.js +++ b/src/App.js @@ -1,15 +1,13 @@ 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 StyleSwitcher from './components/style_switcher/style_switcher.vue' export default { name: 'app', components: { UserPanel, NavPanel, - Notifications, - StyleSwitcher + Notifications }, data: () => ({ mobileActivePanel: 'timeline' -- cgit v1.2.3-70-g09d2