Skip to content

Commit 6237cf7

Browse files
fix imports
1 parent c127a1f commit 6237cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/swap/components/FundSwapButton.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import { useCallback, useMemo } from 'react';
22
import { Spinner } from '../../internal/components/Spinner';
33
import { checkmarkSvg } from '../../internal/svg/checkmarkSvg';
44
import {
5-
cn,
6-
text,
7-
color,
85
background,
96
border,
7+
cn,
8+
color,
109
pressable,
10+
text,
1111
} from '../../styles/theme';
1212
import { useFundSwapContext } from './FundSwapProvider';
1313

0 commit comments

Comments
 (0)