Remove old plugins

This commit is contained in:
2022-02-05 14:54:05 +00:00
parent f532ffc0c1
commit 0f2db4985f
6 changed files with 94 additions and 36 deletions

View File

@ -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)