From c8fb1ce30216e8224983c3ac71a19b6d5374915c Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Fri, 22 Sep 2023 11:51:41 -0700 Subject: [PATCH] IO-2408 Remove unneeded library --- client/src/utils/RenderTemplate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/utils/RenderTemplate.js b/client/src/utils/RenderTemplate.js index cc58e0b78..8cb4691fe 100644 --- a/client/src/utils/RenderTemplate.js +++ b/client/src/utils/RenderTemplate.js @@ -3,7 +3,6 @@ import jsreport from "@jsreport/browser-client"; import { notification } from "antd"; import axios from "axios"; import _ from "lodash"; -import moment from "moment"; import { auth } from "../firebase/firebase.utils"; import { setEmailOptions } from "../redux/email/email.actions"; import { store } from "../redux/store";