From e716506f75dfde84fd1b7fd604c6cb9d173e00e2 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 6 Aug 2022 13:50:34 -0500 Subject: [PATCH] user types --- squarenotsquare/src/redux/types/UserTypes.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 squarenotsquare/src/redux/types/UserTypes.js 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