Browse Source

system nav types

pull/8/head
Tim Glasgow 2 years ago
parent
commit
b3e9720d33
  1. 3
      squarenotsquare/src/redux/types/SystemTypes.js

3
squarenotsquare/src/redux/types/SystemTypes.js

@ -1,2 +1,3 @@
export const APP_INIT = 'app-init';
export const SQUARE_START = 'square-start';
export const NAV_HOME = 'go-home';
export const NAV_SCORES = 'nav-scores';
Loading…
Cancel
Save