From e33de4a938e3c5424b2cc5fd1e4cdbea7e68547a Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 15:09:58 -0500 Subject: [PATCH] system reducer types --- squarenotsquare/redux/types/SystemTypes.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 squarenotsquare/redux/types/SystemTypes.js diff --git a/squarenotsquare/redux/types/SystemTypes.js b/squarenotsquare/redux/types/SystemTypes.js new file mode 100644 index 0000000..a75ea52 --- /dev/null +++ b/squarenotsquare/redux/types/SystemTypes.js @@ -0,0 +1 @@ +export const APP_INIT = 'app-init'; \ No newline at end of file