Skip to content

Commit

Permalink
FIXUP: dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Feb 27, 2022
1 parent f3a5562 commit 0dc6a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/ui/dropdown/dropdown.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { Menu, MenuButton, MenuItem, useMenu, useMenuState } from 'ariakit/menu';
import { Menu, MenuButton, MenuItem, useMenuState } from 'ariakit/menu';

import { FlexStack } from '../../layout/flex-stack';
import { Icon } from '../icon';
Expand Down

0 comments on commit 0dc6a8b

Please sign in to comment.