about summary refs log tree commit diff
path: root/src/components/ContextMenu
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContextMenu')
-rw-r--r--src/components/ContextMenu/Backdrop.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContextMenu/Backdrop.tsx b/src/components/ContextMenu/Backdrop.tsx
index 027bf9849..37fcebf49 100644
--- a/src/components/ContextMenu/Backdrop.tsx
+++ b/src/components/ContextMenu/Backdrop.tsx
@@ -2,7 +2,7 @@ import {Pressable} from 'react-native'
 import Animated, {
   Extrapolation,
   interpolate,
-  SharedValue,
+  type SharedValue,
   useAnimatedStyle,
 } from 'react-native-reanimated'
 import {msg} from '@lingui/macro'