Skip to content

Commit 1dc0c2b

Browse files
author
Hadas Farhi
authored
quick fix in the index of color utils (mondaycom#391)
1 parent bde2e52 commit 1dc0c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ export { default as TextWithHighlight } from "./TextWithHighlight/TextWithHighli
7070
export { default as Accordion } from "./Accordion/Accordion/Accordion";
7171
export { default as AccordionItem } from "./Accordion/AccordionItem/AccordionItem";
7272
export { default as Clickable } from "./Clickable/Clickable";
73-
export * as ColorUtils from "../utils/colors-utils";
73+
export { default as ColorUtils } from "../utils/colors-utils";

0 commit comments

Comments
 (0)