From 95ea2209361c11daf7fee621b974fe51fa405fbf Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 15 Aug 2018 12:30:45 +0200 Subject: [PATCH] Fix build --- src/util/show-new-frontend-toast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');