fix(core): update
This commit is contained in:
@ -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() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user