Rename index.js to routes.js

This commit is contained in:
Jan Bader 2022-01-22 16:23:10 +00:00
parent dad3a149d8
commit c2326060b3
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { createApp } from 'vue/dist/vue.esm-bundler'
import { createStore } from 'vuex'
import App from './App.vue'
import router from './router/index.js'
import router from './router/routes.js'
const store = createStore({
state () {