From ead9d0878112cf4dac41db65845a151ad37b46f8 Mon Sep 17 00:00:00 2001 From: mohandast52 Date: Wed, 11 Dec 2024 17:03:14 +0530 Subject: [PATCH 1/4] refactor: clean up imports and remove unused QR code functionality in AddFundsSection --- .../MainPage/sections/AddFundsSection.tsx | 27 ++----------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/frontend/components/MainPage/sections/AddFundsSection.tsx b/frontend/components/MainPage/sections/AddFundsSection.tsx index 9a689cd8..d5db6f6b 100644 --- a/frontend/components/MainPage/sections/AddFundsSection.tsx +++ b/frontend/components/MainPage/sections/AddFundsSection.tsx @@ -1,16 +1,5 @@ -import { - CopyOutlined, - // QrcodeOutlined, -} from '@ant-design/icons'; -import { - Button, - Flex, - message, - Popover, - // QRCode, - Tooltip, - Typography, -} from 'antd'; +import { CopyOutlined } from '@ant-design/icons'; +import { Button, Flex, message, Popover, Tooltip, Typography } from 'antd'; import Link from 'next/link'; import { forwardRef, useCallback, useMemo, useRef, useState } from 'react'; import styled from 'styled-components'; @@ -174,17 +163,5 @@ const AddFundsAddressSection = ({