Skip to content

Commit

Permalink
Move KuiButtonIcon and KuiButtonGroup into their own directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Mar 28, 2017
1 parent 020d94c commit 119abf5
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui_framework/components/button/_index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "button";
@import "button_group";
@import "button_group/button_group";
2 changes: 1 addition & 1 deletion ui_framework/components/button/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, {
import classNames from 'classnames';
import keyMirror from 'keymirror';

import { KuiButtonIcon } from './button_icon';
import { KuiButtonIcon } from './button_icon/button_icon';

const commonPropTypes = {
type: PropTypes.string,
Expand Down
4 changes: 2 additions & 2 deletions ui_framework/components/button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export {
KuiLinkButton,
KuiSubmitButton,
} from './button';
export { KuiButtonIcon } from './button_icon';
export { KuiButtonGroup } from './button_group';
export { KuiButtonIcon } from './button_icon/button_icon';
export { KuiButtonGroup } from './button_group/button_group';

0 comments on commit 119abf5

Please sign in to comment.