App: Remove unnecessary leftover artifacts

This commit is contained in:
Svallinn 2021-06-09 01:11:48 +01:00
parent 8784a041f5
commit 08cf749277
No known key found for this signature in database
GPG Key ID: 09FB527F34037CCA
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
import Vue from 'vue'
import { mapActions, mapMutations } from 'vuex'
import { mapActions } from 'vuex'
import { ObserveVisibility } from 'vue-observe-visibility'
import FtFlexBox from './components/ft-flex-box/ft-flex-box.vue'
import TopNav from './components/top-nav/top-nav.vue'
@ -405,10 +405,6 @@ export default Vue.extend({
'getRegionData',
'getYoutubeUrlInfo',
'getLocale'
]),
...mapMutations([
'setUsingElectron'
])
}
})