We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8860b5e commit 6ced862Copy full SHA for 6ced862
renderer/src/store.js
@@ -1,3 +1,5 @@
1
+/* global module, require */
2
+
3
import { createStore, applyMiddleware } from 'redux'
4
import thunk from 'redux-thunk'
5
0 commit comments