1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
import { squareNav } from "../../navigation/SquareNav"; |
|||
import { SQUARE_START } from "../types/SystemTypes"; |
|||
|
|||
export function squareStartPressed() { |
|||
return (dispatch) => { |
|||
squareNav('Game'); |
|||
dispatch({ |
|||
type: SQUARE_START |
|||
}); |
|||
} |
|||
} |
Loading…
Reference in new issue