From 73f3cc7df05ac82c1958e4b3e2920a75ac5c927a Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 3 Mar 2021 17:47:56 -0800 Subject: [PATCH] CI update & remove reference preventing CI deployment. --- client/src/utils/TemplateConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index 51ecb475a..0867d1784 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -1,5 +1,5 @@ import i18n from "i18next"; -import { store } from "../redux/store"; +//import { store } from "../redux/store"; export const EmailSettings = { fromNameDefault: "ImEX Online", fromAddress: "noreply@imex.online",