[web] Streamline imports

This commit is contained in:
Alain Nussbaumer 2023-12-07 22:14:23 +01:00
parent 4f73b3ecad
commit c9971ad760
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<script>
import ContentWithHeading from '@/templates/ContentWithHeading.vue'
import { GroupByList } from '../lib/GroupByList'
import { GroupByList } from '@/lib/GroupByList'
import ListAlbums from '@/components/ListAlbums.vue'
import ModalDialogArtist from '@/components/ModalDialogArtist.vue'
import webapi from '@/webapi'