Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Aug 1, 2021
1 parent 4c5354f commit cb798b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export { default as MTableEditCell } from './m-table-edit-cell';
// Trying to keep these in alphabetical order
export { default as MTableAction } from './MTableAction';
export { default as MTableActions } from './MTableActions';
export { default as MTableBodyRow } from './MTableBodyRow.js';
export { default as MTableBodyRow } from './MTableBodyRow';
export { default as MTableCell } from './MTableCell';
export { default as MTableEditRow } from './MTableEditRow';
export { default as MTableFilterRow } from './MTableFilterRow';
Expand Down

0 comments on commit cb798b7

Please sign in to comment.