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 59d219831..a27ccb88c 100644
--- a/src/components/Error.tsx
+++ b/src/components/Error.tsx
@@ -3,8 +3,8 @@ import {View} from 'react-native'
 import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
 
-import {useGoBack} from 'lib/hooks/useGoBack'
-import {CenteredView} from 'view/com/util/Views'
+import {useGoBack} from '#/lib/hooks/useGoBack'
+import {CenteredView} from '#/view/com/util/Views'
 import {atoms as a, useBreakpoints, useTheme} from '#/alf'
 import {Button, ButtonText} from '#/components/Button'
 import {Text} from '#/components/Typography'