Skip to content

Commit f8ba112

Browse files
author
Patrice Cadiot
committed
revert dirty fix in routes
1 parent 2a17eb2 commit f8ba112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Guidelines from './containers/Guidelines.jsx';
55
import CodeOfConduct from './containers/CodeOfConduct.jsx';
66
import Contributing from './containers/Contributing.jsx';
77

8-
return (
8+
export default (
99
<Router history={browserHistory}>
1010
<Route path="/" component={Landing} />
1111
<Route path="/code_of_conduct" component={CodeOfConduct} />

0 commit comments

Comments
 (0)