Skip to content

Commit

Permalink
fix(build): fix DropdownContext import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Jan 15, 2020
1 parent 17a56e2 commit 96188f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export Dropdown from './Dropdown';
export DropdownItem from './DropdownItem';
export DropdownMenu from './DropdownMenu';
export DropdownToggle from './DropdownToggle';
export DropdownContext from './DropdownContext';
export { DropdownContext } from './DropdownContext';
export Fade from './Fade';
export Badge from './Badge';
export Card from './Card';
Expand Down

0 comments on commit 96188f4

Please sign in to comment.