diff --git a/frontend/src/pages/albums.vue b/frontend/src/pages/albums.vue index db913a5a3..b121fc28e 100644 --- a/frontend/src/pages/albums.vue +++ b/frontend/src/pages/albums.vue @@ -200,8 +200,8 @@ import Album from "model/album"; import {DateTime} from "luxon"; import Event from "pubsub-js"; import RestModel from "model/rest"; -import {MaxItems} from "../common/clipboard"; -import Notify from "../common/notify"; +import {MaxItems} from "common/clipboard"; +import Notify from "common/notify"; export default { name: 'p-page-albums',