diff --git a/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx b/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx index 909ef9234..2b536dc40 100644 --- a/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx +++ b/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx @@ -1,5 +1,5 @@ -import { Select, Row, Col, Tag } from "antd"; -import React, { useEffect, useState, forwardRef } from "react"; +import { Select, Tag } from "antd"; +import React, { forwardRef, useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; import CurrencyFormatter from "../../utils/CurrencyFormatter";