diff --git a/js/app.js b/js/app.js index 293327d7..432dfb73 100644 --- a/js/app.js +++ b/js/app.js @@ -10,7 +10,7 @@ var Route = Router.Route; var routes = ( - + ); diff --git a/js/components/artwork_list.js b/js/components/artwork_list.js index cc9a6666..5f14d1fe 100644 --- a/js/components/artwork_list.js +++ b/js/components/artwork_list.js @@ -1,13 +1,13 @@ import React from 'react'; class ArtworkList extends React.Component { - render () { - return ( - - ); - } + render () { + return ( + + ); + } }; export default ArtworkList; diff --git a/js/components/hello_app.js b/js/components/hello_app.js index 330fa9a2..e150b623 100644 --- a/js/components/hello_app.js +++ b/js/components/hello_app.js @@ -8,7 +8,7 @@ class HelloApp extends React.Component { return (

ascribe all the things!

- +
); }