Merge pull request #713 from OrkoHunter/OrkoHunter/fix-storybook-build-warning

Fix Storybook compilation warning
This commit is contained in:
Fredrik Adelöw
2020-05-04 20:58:30 +02:00
committed by GitHub
+2 -1
View File
@@ -14,5 +14,6 @@
* limitations under the License.
*/
export { default, TableColumn } from './Table';
export { default } from './Table';
export type { TableColumn } from './Table';
export { default as SubvalueCell } from './SubvalueCell';