Skip to content

Commit fced653

Browse files
committed
refactor: clean unused buy components
1 parent 6a2e8a5 commit fced653

3 files changed

Lines changed: 1 addition & 65 deletions

File tree

src/components/Market/BuyActions/BuyActions.tsx

Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './BuyActions';
21
export * from './BuyActionsWithPermit';

src/components/Market/MarketTableRow/MarketTableRow.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { FC, useMemo, useState } from 'react';
22
import { useTranslation } from 'react-i18next';
33

4-
import { MaxUint256 } from '@ethersproject/constants';
54
import { ActionIcon, Group, MantineSize, Text, Title } from '@mantine/core';
65
import { IconChevronDown, IconChevronUp } from '@tabler/icons';
76
import {
@@ -22,7 +21,7 @@ import { useOffers } from 'src/hooks';
2221
import { Offer } from 'src/hooks/types';
2322

2423
import { Table } from '../../Table';
25-
import { BuyActions, BuyActionsWithPermit } from '../BuyActions';
24+
import { BuyActionsWithPermit } from '../BuyActions';
2625
import { MarketSubRow } from '../MarketSubRow';
2726

2827
type OfferTable = {

0 commit comments

Comments
 (0)