From 484a8a9a8754eecc33abc28d959c240dad517cb7 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Wed, 12 Jun 2024 17:18:48 -0500 Subject: [PATCH] =?UTF-8?q?fix(web):=20=F0=9F=90=9B=20Unexpected=20Unicode?= =?UTF-8?q?=20BOM=20(Byte=20Order=20Mark)=20=20unicode-bom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/softwareCloud/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/softwareCloud/index.ts b/web/src/components/softwareCloud/index.ts index 6c9548df2..7d1202f00 100644 --- a/web/src/components/softwareCloud/index.ts +++ b/web/src/components/softwareCloud/index.ts @@ -1,4 +1,4 @@ -import { SoftwareCloud } from "./SoftwareCloud"; +import { SoftwareCloud } from "./SoftwareCloud"; import { SoftwareIcon } from "./SoftwareIcon"; export { SoftwareCloud, SoftwareIcon };