mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
updated comment
This commit is contained in:
parent
904565bff2
commit
efea3c2d46
@ -8,7 +8,7 @@ export function addElement(payload: any) {
|
||||
return { type: ADD_ELEMENT, payload };
|
||||
}
|
||||
|
||||
// clear elements is a function to remove elements from the map
|
||||
// clear elements is a function to remove elements from the map and reset elements to their original state
|
||||
export function clearElements(payload: any) {
|
||||
return { type: CLEAR_ELEMENTS, payload };
|
||||
}
|
||||
@ -30,7 +30,6 @@ function rootReducer(state = initialState, action: any) {
|
||||
return state;
|
||||
}
|
||||
|
||||
|
||||
// store
|
||||
const store = createStore(rootReducer);
|
||||
export default store;
|
||||
|
Loading…
x
Reference in New Issue
Block a user