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