Skip to content

Commit

Permalink
Fixed comp. error
Browse files Browse the repository at this point in the history
  • Loading branch information
iancharlesdouglas committed Apr 22, 2024
1 parent 13d3cd1 commit fa16c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { formContext } from '../../internal/contexts/form-context';
import classNames from 'classnames';
import { ListBox } from '../list-box/list-box';
import { ListBoxDimensions, ListBoxMenu } from '../list-box/list-box-menu';
import { Checkmark, WarningAltFilled, WarningFilled } from 'carbon-icons-qwik';
import { WarningAltFilled, WarningFilled } from 'carbon-icons-qwik';
import { ListBoxMenuIcon } from '../list-box/list-box-menu-icon';
import { ListBoxMenuItem } from '../list-box/list-box-menu-item';
import { ComboboxState, qombobox } from '../../internal/qombobox/qombobox';
Expand Down

0 comments on commit fa16c50

Please sign in to comment.