Skip to content

Commit

Permalink
fix(Build): Case sensitivity on export
Browse files Browse the repository at this point in the history
  • Loading branch information
HHogg committed Oct 18, 2021
1 parent 946442c commit 625fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export { default as BulletPoints, BulletPointsProps } from './BulletPoints/Bulle
export { default as Button, ButtonProps } from './Button/Button';
export { default as Buttons, ButtonsProps } from './Button/Buttons';
export { default as CheckBox, CheckBoxProps } from './CheckBox/CheckBox';
export { default as CheckboxIndicator } from './CheckBox/CheckboxIndicator';
export { default as CheckboxIndicator } from './CheckBox/CheckBoxIndicator';
export { default as Code, CodeProps } from './Code/Code';
export { default as CodeBlock, CodeBlockProps } from './Code/CodeBlock';
export { default as Editor, EditorProps } from './Editor/Editor';
Expand Down

0 comments on commit 625fd84

Please sign in to comment.