Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Nov 9, 2023
1 parent 38cbc52 commit e639aa2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import React from 'react'

Check failure on line 1 in apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/ListOrders/ListOrders.tsx

View workflow job for this annotation

GitHub Actions / check

Run autofix to sort these imports!
import {StyleSheet, View} from 'react-native'

import {ErrorBoundary} from 'react-error-boundary'
import {useSearchOnNavBar} from '../../../../../Search/SearchContext'
import {Boundary} from '../../../../../components'
import {useStrings} from '../../../common/strings'
import {CompletedOrders, CompletedOrdersSkeleton} from './CompletedOrders'
import {OpenOrders, OpenOrdersSkeleton} from './OpenOrders'
import {useWalletNavigation} from '../../../../../navigation'
import {useSearchOnNavBar} from '../../../../../Search/SearchContext'
import {COLORS} from '../../../../../theme'
import {ButtonGroup} from '../../../common/ButtonGroup/ButtonGroup'
import {ErrorBoundary} from 'react-error-boundary'
import {ServiceUnavailable} from '../../../common/ServiceUnavailable/ServiceUnavailable'
import {COLORS} from '../../../../../theme'
import {useStrings} from '../../../common/strings'
import {CompletedOrders, CompletedOrdersSkeleton} from './CompletedOrders'
import {OpenOrders, OpenOrdersSkeleton} from './OpenOrders'

export const ListOrders = () => {
const {navigateToTxHistory} = useWalletNavigation()
Expand Down

0 comments on commit e639aa2

Please sign in to comment.