From acfad9d0a02e026dff52d4ff8ebe4db61f631277 Mon Sep 17 00:00:00 2001 From: Noah Prince Date: Wed, 24 Jul 2024 12:32:53 -0700 Subject: [PATCH] Lint --- src/components/Pill.tsx | 4 ++-- src/features/governance/VoteOption.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Pill.tsx b/src/components/Pill.tsx index 0585b9370..0af433008 100644 --- a/src/components/Pill.tsx +++ b/src/components/Pill.tsx @@ -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' diff --git a/src/features/governance/VoteOption.tsx b/src/features/governance/VoteOption.tsx index b6103a6f1..8da5a731e 100644 --- a/src/features/governance/VoteOption.tsx +++ b/src/features/governance/VoteOption.tsx @@ -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'