We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d594e9b commit f63a688Copy full SHA for f63a688
packages/react/src/components/ComboButton/index.js
@@ -10,8 +10,8 @@ import PropTypes from 'prop-types';
10
import classNames from 'classnames';
11
12
import { ChevronDown } from '@carbon/icons-react';
13
-import { Button } from '../Button';
14
import { IconButton } from '../IconButton';
+import { Button } from '../Button';
15
import { Menu } from '../Menu';
16
17
import { useAttachedMenu } from '../../internal/useAttachedMenu';
0 commit comments