Skip to content

Commit 65653e2

Browse files
authored
Update index.js
1 parent 9bc254c commit 65653e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Route, Link } from 'react-router-dom'
33
import Home from '../home'
44
import About from '../about'
55

6-
const App = ({ children }) => (
6+
const App = () => (
77
<div>
88
<header>
99
<Link to="/">Home</Link>

0 commit comments

Comments
 (0)