Remove old plugins
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import './index.css'
|
||||
import router from './router/routes.js'
|
||||
import { store, key } from './store/index.js'
|
||||
import router from './router'
|
||||
import { store, key } from './store'
|
||||
import { SET_CURRENT_ACCOUNT, SET_CURRENT_BUDGET } from './store/action-types'
|
||||
|
||||
const app = createApp(App)
|
||||
|
Reference in New Issue
Block a user