Skip to content

Commit a0ed9c6

Browse files
committed
[src/index.js] export Table from main
1 parent a2a5e79 commit a0ed9c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export { default as Scrollable } from './Scrollable';
1111
export { default as SnackBar, SnackBarItem } from './SnackBar';
1212
export { default as SvgIcon } from './SvgIcon';
1313
export { default as Switch } from './Switch';
14+
export { default as Table, TableBody, TableCell, TableHead, TableRow } from './Table';
1415
export { default as Tabs, Tab } from './Tabs';
1516
export { default as TextField } from './TextField';
1617
export { default as Typography } from './Typography';

0 commit comments

Comments
 (0)