Skip to content

Commit

Permalink
fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Nov 9, 2023
1 parent 29b79b7 commit 38cbc52
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import React from 'react'
import {StyleSheet, View} from 'react-native'

import {Boundary} from '../../../../../components'
import {useWalletNavigation} from '../../../../../navigation'
import {useSearchOnNavBar} from '../../../../../Search/SearchContext'
import {COLORS} from '../../../../../theme'
import {ButtonGroup} from '../../../common/ButtonGroup/ButtonGroup'
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 {ButtonGroup} from '../../../common/ButtonGroup/ButtonGroup'
import {ErrorBoundary} from 'react-error-boundary'
import {ServiceUnavailable} from '../../../common/ServiceUnavailable/ServiceUnavailable'
import {COLORS} from '../../../../../theme'

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

0 comments on commit 38cbc52

Please sign in to comment.