From 705af6e0ba8d6e12c71496239d00cff0116c926a Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Wed, 3 Aug 2022 23:25:17 -0500 Subject: [PATCH] square start redux type --- 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 a75ea52..6f34657 100644 --- a/squarenotsquare/src/redux/types/SystemTypes.js +++ b/squarenotsquare/src/redux/types/SystemTypes.js @@ -1 +1,2 @@ -export const APP_INIT = 'app-init'; \ No newline at end of file +export const APP_INIT = 'app-init'; +export const SQUARE_START = 'square-start'; \ No newline at end of file