mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:49:16 +02:00
Removed old broken imports
This commit is contained in:
parent
2879021daa
commit
ac13657863
3 changed files with 2 additions and 7 deletions
|
@ -139,7 +139,6 @@
|
|||
import {mapState, mapGetters, mapActions} from 'vuex'
|
||||
import GlobalEvents from '@/components/utils/global-events'
|
||||
|
||||
import favoriteTracks from '@/favorites/tracks'
|
||||
import Track from '@/audio/track'
|
||||
import AudioTrack from '@/components/audio/Track'
|
||||
import TrackFavoriteIcon from '@/components/favorites/TrackFavoriteIcon'
|
||||
|
@ -154,8 +153,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
sliderVolume: this.volume,
|
||||
Track: Track,
|
||||
favoriteTracks
|
||||
Track: Track
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue