diff --git a/squarenotsquare/src/redux/types/UserTypes.js b/squarenotsquare/src/redux/types/UserTypes.js new file mode 100644 index 0000000..1f20595 --- /dev/null +++ b/squarenotsquare/src/redux/types/UserTypes.js @@ -0,0 +1,2 @@ +export const SQUARE_START = 'square-start'; +export const SQUARE_FINISHED = 'square-finished'; \ No newline at end of file