Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 5829cfb

Browse files
committed
Fix imports
Signed-off-by: Ovenoboyo <[email protected]>
1 parent 219908c commit 5829cfb

File tree

1 file changed

+1
-1
lines changed
  • src/mainWindow/pages/recommendations

1 file changed

+1
-1
lines changed

src/mainWindow/pages/recommendations/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ import JukeboxMixin from '@/utils/ui/mixins/JukeboxMixin'
108108
import PlayerControls from '@/utils/ui/mixins/PlayerControls'
109109
import SongDetailsCompact from '@/mainWindow/components/songView/components/SongDetailsCompact.vue'
110110
import ImgLoader from '@/utils/ui/mixins/ImageLoader'
111-
import { convertDuration } from '../../../../flatpak/.flatpak-builder/build/Moosync-12/src/utils/common'
112111
import SmallSongItem from '@/mainWindow/components/generic/SmallSongItem.vue'
112+
import { convertDuration } from '@/utils/common'
113113
114114
@Component({
115115
components: {

0 commit comments

Comments
 (0)