mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-04 05:46:00 +00:00
chore: moved App.vue outside components folder
This commit is contained in:
parent
013fc7bca9
commit
4c81cb0cb9
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ window.vol = {
|
|||
preview_max_volume: 100
|
||||
}
|
||||
|
||||
import App from '@components/App.vue'
|
||||
import App from '@/App.vue'
|
||||
import i18n from '@/plugins/i18n'
|
||||
import router from '@/router'
|
||||
import store from '@/store'
|
||||
|
|
Loading…
Reference in a new issue