diff --git a/src/App.js b/src/App.js index 783b2ec..20e40c8 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ import './App.css'; const App = () => ( - + ); diff --git a/src/Home.js b/src/Home.js index a709a45..25fbc96 100644 --- a/src/Home.js +++ b/src/Home.js @@ -4,7 +4,7 @@ import './Home.css'; class Home extends React.Component { render() { return ( -
+
Hello world!
);