mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-04 05:33:23 +00:00
refactor file structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import reducer from './reducer'
|
||||
import { createStore } from 'redux'
|
||||
|
||||
let store = createStore(reducer)
|
||||
|
||||
export default store
|
||||
Reference in New Issue
Block a user