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 };