added ErrorModal.jsx && styling error msg

This commit is contained in:
2017-01-19 15:03:02 -08:00
parent 30af94b390
commit c02ea3bdba
4 changed files with 96 additions and 51 deletions

View File

@@ -29,7 +29,8 @@ module.exports = {
WeatherMessage: 'app/components/WeatherMessage.jsx',
About: 'app/components/About.jsx',
Examples: 'app/components/Examples.jsx',
openWeatherMap: 'app/api/openWeatherMap.jsx'
openWeatherMap: 'app/api/openWeatherMap.jsx',
ErrorModal: 'app/components/ErrorModal.jsx'
},
extensions: ['', '.js', '.jsx']
},