change the location of logo.png so that it displays correctly

This commit is contained in:
Leon Liang
2019-09-27 21:59:57 -04:00
parent 2d00090988
commit 015f1c1e9f
6 changed files with 38 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ import Route from 'react-router-dom/Route';
import home from './Home.js';
import register from './Register.js';
import login from './Login.js';
import user from './pages/user';
class App extends Component {
render() {