From 4581298f76c91eff9879c8b4f3554cf667f1bbda Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Sat, 22 Oct 2016 09:55:38 +0300 Subject: [PATCH] fixes #20: multiple default exports in App.js fixes #20: multiple default exports in App.js --- app/containers/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/App.js b/app/containers/App.js index f0a863f..0765dac 100644 --- a/app/containers/App.js +++ b/app/containers/App.js @@ -18,7 +18,7 @@ import Game from './Game' import Player from './Player' import Team from './Team' -export default class App extends Component { +class App extends Component { constructor (props) { super(props)