From 9266ba938ac64cc0643fdd959a6cd89d0cd6499a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 15 Jan 2025 08:21:20 +0100 Subject: [PATCH] Remove unuused import (#821) --- script/gulp/entry-html.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script/gulp/entry-html.js b/script/gulp/entry-html.js index b487622b..040dd822 100644 --- a/script/gulp/entry-html.js +++ b/script/gulp/entry-html.js @@ -9,7 +9,6 @@ import { htmlMinifierOptions, terserOptions, } from "../../homeassistant-frontend/build-scripts/bundle.cjs"; -import env from "./env.cjs"; import paths from "./paths.cjs"; const renderTemplate = (templateFile, data = {}) => {