diff --git a/src/renderer/components/+catalog/helpers.tsx b/src/renderer/components/+catalog/helpers.tsx index 2185e7d2f6..319bab8d2a 100644 --- a/src/renderer/components/+catalog/helpers.tsx +++ b/src/renderer/components/+catalog/helpers.tsx @@ -19,7 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -import styles from "./catalog.module.css"; +import styles from "./catalog.module.scss"; import React from "react"; import { KubeObject } from "../../../common/k8s-api/kube-object"; import type { CatalogEntity } from "../../api/catalog-entity";