diff --git a/squarenotsquare/src/redux/types/SystemTypes.js b/squarenotsquare/src/redux/types/SystemTypes.js index 6f34657..0669679 100644 --- a/squarenotsquare/src/redux/types/SystemTypes.js +++ b/squarenotsquare/src/redux/types/SystemTypes.js @@ -1,2 +1,3 @@ export const APP_INIT = 'app-init'; -export const SQUARE_START = 'square-start'; \ No newline at end of file +export const NAV_HOME = 'go-home'; +export const NAV_SCORES = 'nav-scores'; \ No newline at end of file