We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1581d commit 3aaa891Copy full SHA for 3aaa891
frontend/pages/artist/_itemId/index.vue
@@ -127,11 +127,9 @@ import { sanitizeHtml } from '~/utils/html';
127
import { getImageInfo, getBlurhash, ImageUrlInfo } from '~/utils/images';
128
import { getItemDetailsLink, isValidMD5 } from '~/utils/items';
129
import { pageStore, authStore } from '~/store';
130
-import ArtistTab from '~/components/Layout/Artist/ArtistTab.vue';
131
import { msToTicks } from '~/utils/time';
132
133
export default Vue.extend({
134
- components: { ArtistTab },
135
meta: {
136
backdrop: true,
137
transparentLayout: true
0 commit comments