about summary refs log tree commit diff
path: root/src/lib/icons.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/icons.tsx')
-rw-r--r--src/lib/icons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx
index 3690783d3..6e0be9d0a 100644
--- a/src/lib/icons.tsx
+++ b/src/lib/icons.tsx
@@ -1,4 +1,4 @@
-import {StyleProp, TextStyle, ViewStyle} from 'react-native'
+import {type StyleProp, type TextStyle, type ViewStyle} from 'react-native'
 import Svg, {Ellipse, Line, Path, Rect} from 'react-native-svg'
 
 // Copyright (c) 2020 Refactoring UI Inc.