fix(web): 🐛 Unexpected Unicode BOM (Byte Order Mark) unicode-bom

This commit is contained in:
Collin Barrett 2024-06-12 17:18:48 -05:00
parent e52f284324
commit 484a8a9a87

View file

@ -1,4 +1,4 @@
import { SoftwareCloud } from "./SoftwareCloud";
import { SoftwareCloud } from "./SoftwareCloud";
import { SoftwareIcon } from "./SoftwareIcon";
export { SoftwareCloud, SoftwareIcon };