Upgrade Babel to v7

[MAILPOET-1683]
This commit is contained in:
Pavel Dohnal
2018-12-12 11:31:20 +01:00
parent b48b854095
commit ee994fd042
68 changed files with 1423 additions and 1145 deletions

View File

@@ -29,4 +29,4 @@ KeyValueTable.defaultProps = {
max_width: 'auto',
};
module.exports = KeyValueTable;
export default KeyValueTable;

View File

@@ -24,4 +24,4 @@ PrintBoolean.defaultProps = {
children: null,
};
module.exports = PrintBoolean;
export default PrintBoolean;

View File

@@ -25,4 +25,4 @@ SteppedProgressBar.propTypes = {
step: PropTypes.number.isRequired,
};
module.exports = SteppedProgressBar;
export default SteppedProgressBar;