From 6a49457382e88ddbfe1a09e91bf93011723887a3 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 3 Nov 2022 10:12:46 -0700 Subject: [PATCH] CI fix. --- .../dms-allocations-summary-ap.component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/dms-allocations-summary-ap/dms-allocations-summary-ap.component.jsx b/client/src/components/dms-allocations-summary-ap/dms-allocations-summary-ap.component.jsx index 2b83ced4c..21281aa93 100644 --- a/client/src/components/dms-allocations-summary-ap/dms-allocations-summary-ap.component.jsx +++ b/client/src/components/dms-allocations-summary-ap/dms-allocations-summary-ap.component.jsx @@ -1,6 +1,5 @@ import { SyncOutlined } from "@ant-design/icons"; import { Button, Card, Form, Input, Table } from "antd"; -import Dinero from "dinero.js"; import React, { useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; import { connect } from "react-redux";