mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): 🐛 Unexpected Unicode BOM (Byte Order Mark) unicode-bom
This commit is contained in:
parent
e52f284324
commit
484a8a9a87
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { SoftwareCloud } from "./SoftwareCloud";
|
||||
import { SoftwareCloud } from "./SoftwareCloud";
|
||||
import { SoftwareIcon } from "./SoftwareIcon";
|
||||
|
||||
export { SoftwareCloud, SoftwareIcon };
|
||||
|
|
|
|||
Loading…
Reference in a new issue