From 17c29ad161db9c366671adb713124ce1a6fd62c3 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 23 Dec 2021 15:21:52 +0300 Subject: [PATCH] Fix styles file name Signed-off-by: Alex Andreev --- src/renderer/components/+catalog/helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";