Skip to content

Commit 3aaa891

Browse files
chore(music-eps): remove useless import
Co-authored-by: Fernando Fernández <[email protected]>
1 parent 8f1581d commit 3aaa891

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/pages/artist/_itemId/index.vue

-2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,9 @@ import { sanitizeHtml } from '~/utils/html';
127127
import { getImageInfo, getBlurhash, ImageUrlInfo } from '~/utils/images';
128128
import { getItemDetailsLink, isValidMD5 } from '~/utils/items';
129129
import { pageStore, authStore } from '~/store';
130-
import ArtistTab from '~/components/Layout/Artist/ArtistTab.vue';
131130
import { msToTicks } from '~/utils/time';
132131
133132
export default Vue.extend({
134-
components: { ArtistTab },
135133
meta: {
136134
backdrop: true,
137135
transparentLayout: true

0 commit comments

Comments
 (0)