aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-16 22:25:41 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-16 22:25:41 +0100
commit34bc38f0bf76a9add53652f5a7442be4f7fe9851 (patch)
treed86120a582a6c0aeb8c037ef7e27f7b3b00f42d3 /src/App.js
parent52dd7c009f12e1d5522787f4173670c408efa158 (diff)
Add settings page to app.
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js4
1 files changed, 1 insertions, 3 deletions
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'