about summary refs log tree commit diff
path: root/src/view/com/modals/DeleteAccount.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-04 22:03:14 -0700
committerGitHub <noreply@github.com>2024-04-05 06:03:14 +0100
commit40ccb574b8bc0b81088b0c0972df3ce0cb4a2f84 (patch)
treed9e020a56a6c7b011ffaf7dbfd790ded8de6f6f2 /src/view/com/modals/DeleteAccount.tsx
parent9bcb0a7a819eeea819b56e32e17a78278b461cff (diff)
downloadvoidsky-40ccb574b8bc0b81088b0c0972df3ce0cb4a2f84.tar.zst
properly import linear gradient (#3423)
Diffstat (limited to 'src/view/com/modals/DeleteAccount.tsx')
-rw-r--r--src/view/com/modals/DeleteAccount.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/DeleteAccount.tsx b/src/view/com/modals/DeleteAccount.tsx
index f88ce1d4a..4c4fb20f1 100644
--- a/src/view/com/modals/DeleteAccount.tsx
+++ b/src/view/com/modals/DeleteAccount.tsx
@@ -6,7 +6,7 @@ import {
   TouchableOpacity,
   View,
 } from 'react-native'
-import LinearGradient from 'expo-linear-gradient'
+import {LinearGradient} from 'expo-linear-gradient'
 import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'