File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ export {default as Checkbox, CheckboxProps} from './components/checkbox';
36
36
export { default as ChipsInput , ChipsInputProps , ChipsInputChipProps } from './components/ChipsInput' ;
37
37
export { default as Chip , ChipProps } from './components/chip' ;
38
38
export { default as ColorPicker , ColorPickerProps } from './components/colorPicker' ;
39
- export { default as ColorPalette , ColorPaletteProps } from './components/colorPicker/ ColorPalette' ;
39
+ export { default as ColorPalette , ColorPaletteProps } from './components/ColorPalette' ;
40
40
export { default as ColorSliderGroup , ColorSliderGroupProps } from './components/slider/ColorSliderGroup' ;
41
- export { default as ColorSwatch , ColorSwatchProps } from './components/colorPicker/ ColorSwatch' ;
41
+ export { default as ColorSwatch , ColorSwatchProps } from './components/ColorSwatch' ;
42
42
export { default as ConnectionStatusBar , ConnectionStatusBarProps } from './components/connectionStatusBar' ;
43
43
export { default as Constants } from './helpers/Constants' ;
44
44
export { default as Dialog , DialogProps } from './components/dialog' ;
You can’t perform that action at this time.
0 commit comments