mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2025-07-12 04:53:15 -07:00
add calculator-react
This commit is contained in:
8
calculator-react/src/actions/innerWindowHeightAction.js
Normal file
8
calculator-react/src/actions/innerWindowHeightAction.js
Normal file
@ -0,0 +1,8 @@
|
||||
export const SETWINDOWINNERHEIGHT = "SETWINDOWINNERHEIGHT";
|
||||
|
||||
export const innerWindowHeightAction = (windowInnerHeight) => {
|
||||
return {
|
||||
type: SETWINDOWINNERHEIGHT,
|
||||
windowInnerHeight: windowInnerHeight,
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user