mirror of
https://github.com/aleleba/test-list-app.git
synced 2026-09-22 18:51:40 -06:00
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import setStore from '../setStore';
|
||||
import initialState from '../reducers/initialState';
|
||||
const store = setStore({ initialState });
|
||||
const preloadedState = store.getState();
|
||||
console.log(preloadedState);
|
||||
Reference in New Issue
Block a user