fix(dispatcher): exported defaultStateKeyDelegate
This commit is contained in:
parent
481f0db129
commit
6b622f8399
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export { IStateStorage } from './storage'
|
||||
export { StateKeyDelegate } from './key'
|
||||
export { StateKeyDelegate, defaultStateKeyDelegate } from './key'
|
||||
export { UpdateState } from './update-state'
|
||||
|
|
Loading…
Reference in a new issue