Skip to content

Commit

Permalink
fix(react): Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Jan 9, 2025
1 parent 867d700 commit e542e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/TableContainer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
* under the License.
*/

export {default} from './TableRow';
export * from './TableRow';
export {default} from './TableContainer';
export * from './TableContainer';

0 comments on commit e542e68

Please sign in to comment.