Skip to content

Commit f63a688

Browse files
fix(ComboButton): import IconButton before Button (#14155)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent d594e9b commit f63a688

File tree

1 file changed

+1
-1
lines changed
  • packages/react/src/components/ComboButton

1 file changed

+1
-1
lines changed

packages/react/src/components/ComboButton/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import PropTypes from 'prop-types';
1010
import classNames from 'classnames';
1111

1212
import { ChevronDown } from '@carbon/icons-react';
13-
import { Button } from '../Button';
1413
import { IconButton } from '../IconButton';
14+
import { Button } from '../Button';
1515
import { Menu } from '../Menu';
1616

1717
import { useAttachedMenu } from '../../internal/useAttachedMenu';

0 commit comments

Comments
 (0)