Merged in release/2023-09-23 (pull request #991)

IO-2408 Remove unneeded library
This commit is contained in:
Allan Carr
2023-09-22 18:50:44 +00:00

View File

@@ -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";