Removed uneeded imports.

This commit is contained in:
Patrick Fic
2021-07-08 11:45:43 -07:00
parent afd745917d
commit e770232e1d
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { PageHeader, Table, Typography } from "antd";
import { Table, Typography } from "antd";
import React, { useState } from "react";
import { useTranslation } from "react-i18next";
import CurrencyFormatter from "../../utils/CurrencyFormatter";

View File

@@ -12,7 +12,6 @@ import AlertComponent from "../../components/alert/alert.component";
import { QUERY_EXPORT_LOG_PAGINATED } from "../../graphql/accounting.queries";
import { selectBodyshop } from "../../redux/user/user.selectors";
import { DateTimeFormatter } from "../../utils/DateFormatter";
import { alphaSort } from "../../utils/sorters";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,