Skip to content

Commit

Permalink
fix(library): export TableFooter
Browse files Browse the repository at this point in the history
TableFooter was present, but not exported
  • Loading branch information
estevanmaito committed Jun 27, 2020
1 parent ae4fd1d commit 04ac997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"lint:fix": "eslint . --fix",
"prebuild": "rimraf dist",
"build": "webpack",
"prerelease": "npm run build",
"release": "release-it",
"semantic-release": "semantic-release"
},
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ export { default as TableBody } from './TableBody'
export { default as TableCell } from './TableCell'
export { default as TableContainer } from './TableContainer'
export { default as TableHeader } from './TableHeader'
export { default as TableFooter } from './TableFooter'
export { default as TableRow } from './TableRow'
export { default as Pagination } from './Pagination'

0 comments on commit 04ac997

Please sign in to comment.