Skip to content

Commit

Permalink
chore: align dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 6, 2023
1 parent 6500aea commit b06f511
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions packages/design-system/src/components/Dropdown/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import Dropdown from './Dropdown';
import DropdownButton from './Primitive/DropdownButton';

export default Dropdown;

export { DropdownButton };
3 changes: 1 addition & 2 deletions packages/design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { ButtonIcon, ButtonIconFloating, ButtonIconToggle } from './components/B
import Card from './components/Card';
export * from './components/Combobox';
import Divider from './components/Divider';
import Dropdown, { DropdownButton } from './components/Dropdown';
import Dropdown from './components/Dropdown';
import EmptyState, {
EmptyStateLarge,
EmptyStateMedium,
Expand Down Expand Up @@ -116,7 +116,6 @@ export {
Card,
Divider,
Dropdown,
DropdownButton,
EmptyState,
EmptyStateMedium,
EmptyStateSmall,
Expand Down

0 comments on commit b06f511

Please sign in to comment.