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 New Issue
Block a user