Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhyco committed Aug 6, 2024
1 parent 95f2aca commit fd9ed11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/token/components/TokenRow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { memo } from 'react';
import { cn, pressable, text, color } from '../../styles/theme';
import { cn, color, pressable, text } from '../../styles/theme';
import type { TokenRowReact } from '../types';
import { formatAmount } from '../utils/formatAmount';
import { TokenImage } from './TokenImage';
Expand Down
2 changes: 1 addition & 1 deletion src/token/components/TokenSearch.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useCallback, useState } from 'react';
import { TextInput } from '../../internal/components/TextInput';
import { closeSvg } from '../../internal/svg/closeSvg';
import { cn, color, placeholder, pressable } from '../../styles/theme';
import type { TokenSearchReact } from '../types';
import { SearchIcon } from './SearchIcon';
import { closeSvg } from '../../internal/svg/closeSvg';

export function TokenSearch({
className,
Expand Down

0 comments on commit fd9ed11

Please sign in to comment.