diff --git a/app/components/Icon/Warning.js b/app/components/Icon/Warning.js index 84e7c44c..3737d0ed 100644 --- a/app/components/Icon/Warning.js +++ b/app/components/Icon/Warning.js @@ -1,6 +1,6 @@ import React from 'react' import FaExclamationCircle from 'react-icons/lib/fa/exclamation-circle' -const SystemIcon = props => +const SystemIcon = props => export default SystemIcon