From efc1dde782fb56c6374881a252785d8e1e6e49cb Mon Sep 17 00:00:00 2001 From: Mikola Date: Wed, 20 Dec 2023 21:01:04 +0300 Subject: [PATCH] fixes --- src/pages/AuctionPage/AuctionPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/AuctionPage/AuctionPage.tsx b/src/pages/AuctionPage/AuctionPage.tsx index 1525800..8fc8fbd 100644 --- a/src/pages/AuctionPage/AuctionPage.tsx +++ b/src/pages/AuctionPage/AuctionPage.tsx @@ -14,7 +14,6 @@ import Table from 'react-bootstrap/Table'; import { AuctionItem } from "../../types"; import { api } from "../../query/query"; -import { getCookie } from "typescript-cookie"; import edit from "../../shared/images/edit.png"