IO-2408 Remove unneeded library

This commit is contained in:
Allan Carr
2023-09-22 11:51:41 -07:00
parent b29d8e1912
commit c8fb1ce302

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