about summary refs log tree commit diff
path: root/src/view/com/util/Alert.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/util/Alert.web.tsx')
-rw-r--r--src/view/com/util/Alert.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/Alert.web.tsx b/src/view/com/util/Alert.web.tsx
index bf2456504..448879173 100644
--- a/src/view/com/util/Alert.web.tsx
+++ b/src/view/com/util/Alert.web.tsx
@@ -1,4 +1,4 @@
-import {AlertButton, AlertStatic} from 'react-native'
+import {type AlertButton, type AlertStatic} from 'react-native'
 
 class WebAlert implements Pick<AlertStatic, 'alert'> {
   public alert(title: string, message?: string, buttons?: AlertButton[]): void {