Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jul 24, 2024
1 parent 4ed4fba commit acfad9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Pill.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Box from '@components/Box'
import { TextProps } from '@shopify/restyle'
import { Theme } from '@theme/theme'
import React, { memo } from 'react'
import { SvgProps } from 'react-native-svg'
import Text from './Text'
import { TextProps } from '@shopify/restyle'
import { Theme } from '@theme/theme'

type Color =
| 'blue'
Expand Down
1 change: 0 additions & 1 deletion src/features/governance/VoteOption.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Box from '@components/Box'
import CircleLoader from '@components/CircleLoader'
import { Pill } from '@components/Pill'
import Text from '@components/Text'
import TouchableOpacityBox from '@components/TouchableOpacityBox'
import { useKnownProxy } from '@helium/voter-stake-registry-hooks'
Expand Down

0 comments on commit acfad9d

Please sign in to comment.