diff --git a/src/util/show-new-frontend-toast.js b/src/util/show-new-frontend-toast.js index 3d094f7774..98c170a023 100644 --- a/src/util/show-new-frontend-toast.js +++ b/src/util/show-new-frontend-toast.js @@ -1,5 +1,5 @@ -import '@polymer/ha-toast/ha-toast.js'; import '@polymer/paper-button/paper-button.js'; +import '../components/ha-toast.js'; export default (installingWorker) => { const toast = document.createElement('ha-toast');