about summary refs log tree commit diff
path: root/src/components/forms/SearchInput.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/forms/SearchInput.tsx')
-rw-r--r--src/components/forms/SearchInput.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/forms/SearchInput.tsx b/src/components/forms/SearchInput.tsx
index cbf02ac8b..618a0040e 100644
--- a/src/components/forms/SearchInput.tsx
+++ b/src/components/forms/SearchInput.tsx
@@ -1,5 +1,5 @@
 import React from 'react'
-import {TextInput, View} from 'react-native'
+import {type TextInput, View} from 'react-native'
 import {msg} from '@lingui/macro'
 import {useLingui} from '@lingui/react'