Initial commit

This commit is contained in:
2023-10-12 01:04:29 +00:00
commit f76a89eacb
62 changed files with 18962 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import setStore from '../setStore';
import initialState from '../reducers/initialState';
const store = setStore({ initialState });
const preloadedState = store.getState();
console.log(preloadedState);