Remove unused variables (#3906)
This commit is contained in:
		
							parent
							
								
									6fbb3841a6
								
							
						
					
					
						commit
						eff9416469
					
				
					 63 changed files with 60 additions and 182 deletions
				
			
		|  | @ -4,7 +4,6 @@ import appReducer from '../reducers'; | |||
| import loadingBarMiddleware from '../middleware/loading_bar'; | ||||
| import errorsMiddleware from '../middleware/errors'; | ||||
| import soundsMiddleware from '../middleware/sounds'; | ||||
| import Immutable from 'immutable'; | ||||
| 
 | ||||
| export default function configureStore() { | ||||
|   return createStore(appReducer, compose(applyMiddleware( | ||||
|  |  | |||
		Reference in a new issue