Skip to content

Commit

Permalink
[web] Streamline imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Dec 7, 2023
1 parent 4f73b3e commit c9971ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/pages/PageAudiobooksArtist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c9971ad

Please sign in to comment.