about summary refs log tree commit diff
path: root/src/components/Error.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Error.tsx')
-rw-r--r--src/components/Error.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Error.tsx b/src/components/Error.tsx
index 7df166c3f..91b33f48e 100644
--- a/src/components/Error.tsx
+++ b/src/components/Error.tsx
@@ -1,9 +1,9 @@
 import React from 'react'
 import {View} from 'react-native'
-import {useNavigation} from '@react-navigation/core'
-import {StackActions} from '@react-navigation/native'
 import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
+import {useNavigation} from '@react-navigation/core'
+import {StackActions} from '@react-navigation/native'
 
 import {NavigationProp} from 'lib/routes/types'
 import {CenteredView} from 'view/com/util/Views'