Skip to content

Commit

Permalink
fix: add TableToolbarMenu to default exports (#2301)
Browse files Browse the repository at this point in the history
* fix: add TableToolbarMenu to default exports

* test: update snapshots
  • Loading branch information
vpicone authored and asudoh committed May 2, 2019
1 parent 5d513ab commit a7dde82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ describe('Carbon Components React', () => {
"TableToolbar",
"TableToolbarAction",
"TableToolbarContent",
"TableToolbarMenu",
"TableToolbarSearch",
"Tabs",
"TabsSkeleton",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export {
TableToolbarAction,
TableToolbarContent,
TableToolbarSearch,
TableToolbarMenu,
} from './components/DataTable';
export DatePicker from './components/DatePicker';
export DatePickerInput from './components/DatePickerInput';
Expand Down

0 comments on commit a7dde82

Please sign in to comment.