@ -14,4 +14,5 @@ const store = createStore(
initialState,
composeWithDevTools(applyMiddleware(...middleware))
);
export default store;