Add migrations for the store
This commit is contained in:
@@ -7,7 +7,7 @@ interface State {
|
||||
ids: EntityId[];
|
||||
}
|
||||
|
||||
const initialState: State = {
|
||||
export const initialState: State = {
|
||||
entities: {},
|
||||
ids: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user