Skip to content

Commit

Permalink
changed routing
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesore- committed Jan 14, 2017
1 parent ffb227c commit 1e6c00d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// <!-- Created by Duncan on 12.28.2016 -->
import Vue from 'vue';
import VueRouter from 'vue-router';
import MainContent from './vue-components/main_content.vue';
import Utils from './js/utils.js';
import Vue from 'vue'
import VueRouter from 'vue-router'
import MainContent from './vue-components/main_content.vue'
import Utils from './js/utils.js'

Vue.use(VueRouter);

Expand Down

0 comments on commit 1e6c00d

Please sign in to comment.