mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
hero slider
This commit is contained in:
parent
a9da7e8cef
commit
5cd5941be0
12 changed files with 266 additions and 14 deletions
|
@ -7,6 +7,11 @@ export const flowSetNodes = (nodes: IFlowState['nodes']) => ({
|
|||
type: FLOW_ACTIONS.SET_NODES,
|
||||
});
|
||||
|
||||
export const flowSetHeroes = (heroes: IFlowState['heroes']) => ({
|
||||
heroes,
|
||||
type: FLOW_ACTIONS.SET_HEROES,
|
||||
});
|
||||
|
||||
export const flowSetCellView = (id: INode['id'], flow: INode['flow']) => ({
|
||||
type: FLOW_ACTIONS.SET_CELL_VIEW,
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue