chore: moved App.vue outside components folder

This commit is contained in:
Roberto Tonino 2020-09-25 20:43:23 +02:00
parent 013fc7bca9
commit 4c81cb0cb9
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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