From b3e9720d33dd021889dcb56178d97487f592591a Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 6 Aug 2022 13:50:39 -0500 Subject: [PATCH] system nav types --- squarenotsquare/src/redux/types/SystemTypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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