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