diff --git a/src/public/app/widgets/buttons/launcher/note_launcher.js b/src/public/app/widgets/buttons/launcher/note_launcher.js index cf8c21161..40c662891 100644 --- a/src/public/app/widgets/buttons/launcher/note_launcher.js +++ b/src/public/app/widgets/buttons/launcher/note_launcher.js @@ -1,4 +1,5 @@ import { t } from "../../../services/i18n.js"; +import AbstractLauncher from "./abstract_launcher.js"; import dialogService from "../../../services/dialog.js"; import appContext from "../../../components/app_context.js"; import utils from "../../../services/utils.js"; diff --git a/src/public/app/widgets/buttons/update_available.js b/src/public/app/widgets/buttons/update_available.js index 8a972ff28..50351cf0e 100644 --- a/src/public/app/widgets/buttons/update_available.js +++ b/src/public/app/widgets/buttons/update_available.js @@ -1,4 +1,5 @@ import { t } from "../../services/i18n.js"; +import BasicWidget from "../basic_widget.js"; const TPL = `