Upgrade Babel to v7
[MAILPOET-1683]
This commit is contained in:
@@ -29,4 +29,4 @@ KeyValueTable.defaultProps = {
|
||||
max_width: 'auto',
|
||||
};
|
||||
|
||||
module.exports = KeyValueTable;
|
||||
export default KeyValueTable;
|
||||
|
@@ -24,4 +24,4 @@ PrintBoolean.defaultProps = {
|
||||
children: null,
|
||||
};
|
||||
|
||||
module.exports = PrintBoolean;
|
||||
export default PrintBoolean;
|
||||
|
@@ -25,4 +25,4 @@ SteppedProgressBar.propTypes = {
|
||||
step: PropTypes.number.isRequired,
|
||||
};
|
||||
|
||||
module.exports = SteppedProgressBar;
|
||||
export default SteppedProgressBar;
|
||||
|
Reference in New Issue
Block a user