|
@@ -171,7 +171,7 @@ import { mapActions, mapState } from "vuex";
|
|
import { formatDistance, parseISO } from "date-fns";
|
|
import { formatDistance, parseISO } from "date-fns";
|
|
|
|
|
|
import AddToPlaylistDropdown from "./AddToPlaylistDropdown.vue";
|
|
import AddToPlaylistDropdown from "./AddToPlaylistDropdown.vue";
|
|
-import utils from "../../js/utils";
|
|
|
|
|
|
+import utils from "@/utils";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
components: { AddToPlaylistDropdown },
|
|
components: { AddToPlaylistDropdown },
|