summaryrefslogtreecommitdiffstats
path: root/src/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/router.js')
-rw-r--r--src/router.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/router.js b/src/router.js
index e99e0b42..696c62e2 100644
--- a/src/router.js
+++ b/src/router.js
@@ -25,11 +25,11 @@ import Vue from 'vue'
import Router from 'vue-router'
// Dynamic loading
-const Timeline = () => import('./views/Timeline')
-const TimelineSinglePost = () => import('./views/TimelineSinglePost')
-const Profile = () => import(/* webpackChunkName: "profile" */'./views/Profile')
-const ProfileTimeline = () => import(/* webpackChunkName: "profile" */'./views/ProfileTimeline')
-const ProfileFollowers = () => import(/* webpackChunkName: "profile" */'./views/ProfileFollowers')
+const Timeline = () => import('./views/Timeline.vue')
+const TimelineSinglePost = () => import('./views/TimelineSinglePost.vue')
+const Profile = () => import(/* webpackChunkName: "profile" */'./views/Profile.vue')
+const ProfileTimeline = () => import(/* webpackChunkName: "profile" */'./views/ProfileTimeline.vue')
+const ProfileFollowers = () => import(/* webpackChunkName: "profile" */'./views/ProfileFollowers.vue')
Vue.use(Router)