Skip to content

Commit 6ced862

Browse files
author
Per Nilsson
committed
Allow module and require in store.js
1 parent 8860b5e commit 6ced862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renderer/src/store.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* global module, require */
2+
13
import { createStore, applyMiddleware } from 'redux'
24
import thunk from 'redux-thunk'
35

0 commit comments

Comments
 (0)