Skip to content

Commit

Permalink
Removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMacDougall committed Mar 2, 2023
1 parent cfe82e9 commit 9bf2006
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@ import { scaleBand, scaleLinear } from '@visx/scale'
import { Bar } from '@visx/shape'
import { Group } from '@visx/group'
import { useAsset } from '@context/Asset'
import {
AxisBottom,
AxisLeft,
TickRendererProps,
TicksRendererProps
} from '@visx/axis'
import Publisher, { PublisherProps } from '@shared/Publisher'
import { Scale } from '@visx/brush/lib/types'
import { AxisBottom, AxisLeft } from '@visx/axis'
import { accountTruncate } from '@utils/web3'
import Link from 'next/link'
import { Text } from '@visx/text'

const verticalMargin = 120
const maxBarAmount = 10
Expand Down

0 comments on commit 9bf2006

Please sign in to comment.