fix(core): update

This commit is contained in:
2020-05-27 20:47:15 +00:00
parent 4d0567a95d
commit 23061c86eb
6 changed files with 1914 additions and 73 deletions

View File

@ -44,9 +44,4 @@ export class Smartstate<StatePartNameType> {
this.statePartMap[statePartName as any] = newState;
return newState;
}
/**
* dispatches an action on the main level
*/
public dispatch() {}
}