From 39e3591636f8e827cf293216d8153d0aef260864 Mon Sep 17 00:00:00 2001 From: myf <> Date: Thu, 9 Jun 2022 15:18:20 +0800 Subject: [PATCH] =?UTF-8?q?NFT=E5=B8=82=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Bazaar/components/Content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Bazaar/components/Content.tsx b/src/views/Bazaar/components/Content.tsx index 9191942..8620348 100644 --- a/src/views/Bazaar/components/Content.tsx +++ b/src/views/Bazaar/components/Content.tsx @@ -1,7 +1,7 @@ import React, { useState, useEffect } from 'react' import styled, { keyframes } from 'styled-components' import { useTranslation } from 'contexts/Localization' -import { Heading, Flex, Button, Text, Input, Image, useModal, Dropdown } from '@pancakeswap/uikit' +import { Flex, Text, Input, Image, Dropdown } from '@pancakeswap/uikit' import { useAccount } from 'state/userInfo/hooks' import useRefresh from 'hooks/useRefresh'