There was an error while loading. Please reload this page.
1 parent 9bc254c commit 65653e2Copy full SHA for 65653e2
src/containers/app/index.js
@@ -3,7 +3,7 @@ import { Route, Link } from 'react-router-dom'
3
import Home from '../home'
4
import About from '../about'
5
6
-const App = ({ children }) => (
+const App = () => (
7
<div>
8
<header>
9
<Link to="/">Home</Link>
0 commit comments