Upgarding dependencies

This commit is contained in:
Jeff Avallone
2019-03-23 16:11:24 -04:00
parent 59ebe433b6
commit 51c21881cc
29 changed files with 2311 additions and 2504 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { withNamespaces } from 'react-i18next';
import { withTranslation } from 'react-i18next';
import LoaderIcon from 'react-feather/dist/icons/loader';
@@ -18,4 +18,4 @@ Loader.propTypes = {
};
export { Loader };
export default withNamespaces()(Loader);
export default withTranslation()(Loader);