refactor track list components

This commit is contained in:
Thomas Amland
2021-03-20 13:11:06 +01:00
parent cddb6fe85e
commit 9ab8c444ef
20 changed files with 236 additions and 222 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<script lang="ts">
import Vue from 'vue'
import { mapState, mapMutations } from 'vuex'
import TrackList from '@/library/TrackList.vue'
import TrackList from '@/library/track/TrackList.vue'
export default Vue.extend({
components: {