Skip to content

Commit ca31740

Browse files
committed
fix
1 parent 38433b2 commit ca31740

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/CCIP/Drawer/TokenDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import {
88
SupportedTokenConfig,
99
Version,
1010
LaneFilter,
11+
displayCapacity,
1112
determineTokenMechanism,
1213
PoolType,
1314
getTokenData,
1415
LaneConfig,
1516
} from "~/config/data/ccip/index.ts"
16-
import { displayCapacity } from "~/config/data/ccip/utils.ts"
1717
import { useState } from "react"
1818
import { ChainType, ExplorerInfo, SupportedChain } from "~/config/index.ts"
1919
import LaneDrawer from "../Drawer/LaneDrawer.tsx"

src/components/CCIP/Tooltip/RateTooltip.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Tooltip } from "~/features/common/Tooltip/Tooltip.tsx"
2-
import { LaneFilter, SupportedTokenConfig } from "~/config/data/ccip/index.ts"
3-
import { displayRate } from "~/config/data/ccip/utils.ts"
2+
import { LaneFilter, SupportedTokenConfig, displayRate } from "~/config/data/ccip/index.ts"
43

54
function RateTooltip({
65
destinationLane,

0 commit comments

Comments
 (0)