Skip to content

Commit 6c8127b

Browse files
committed
chore: fix lint
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
1 parent de7e4a1 commit 6c8127b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

app/src/bcsc-theme/features/account/RemoveAccountConfirmationScreen.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
import { BCSCRootStackParams } from '@/bcsc-theme/types/navigators'
22
import { BCDispatchAction, BCState } from '@/store'
3-
import {
4-
ThemedText,
5-
useStore,
6-
useTheme,
7-
Button,
8-
ButtonType,
9-
useServices,
10-
TOKENS,
11-
DispatchAction,
12-
BifoldError,
13-
} from '@bifold/core'
3+
import { ThemedText, useStore, useTheme, Button, ButtonType, useServices, TOKENS, DispatchAction } from '@bifold/core'
144
import { useNavigation } from '@react-navigation/native'
155
import { StackNavigationProp } from '@react-navigation/stack'
166
import React from 'react'

0 commit comments

Comments
 (0)