Skip to content

Commit

Permalink
UI: disable "export * as default from ..." until migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jun 26, 2020
1 parent bdac3ef commit 93f8f3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/components/UI/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import ClickableTableCell from './ClickableTableCell';
Table.Cell.Clickable = ClickableTableCell;

/**
* components
* Supports migration to default export
*/
export * as default from 'semantic-ui-react';
// export * as default from 'semantic-ui-react';

0 comments on commit 93f8f3f

Please sign in to comment.