Skip to content

Commit

Permalink
fix: remove router import
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Weber committed May 28, 2021
1 parent 5c6ca08 commit f2a778f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@averjs/vue-app/templates/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import './register-component-hooks';
import Vue from 'vue';
import axios from 'axios';
import merge from 'lodash/merge';
import { createRouter } from './router/';
import { createStore } from './store/';
import App from '@/App.vue';
import { sync } from 'vuex-router-sync';
Expand Down

0 comments on commit f2a778f

Please sign in to comment.