about summary refs log tree commit diff
path: root/src/components/Loader.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Loader.web.tsx')
-rw-r--r--src/components/Loader.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Loader.web.tsx b/src/components/Loader.web.tsx
index acf0acfc4..5eefeb109 100644
--- a/src/components/Loader.web.tsx
+++ b/src/components/Loader.web.tsx
@@ -1,7 +1,7 @@
 import {View} from 'react-native'
 
 import {atoms as a, flatten, useTheme} from '#/alf'
-import {Props, useCommonSVGProps} from '#/components/icons/common'
+import {type Props, useCommonSVGProps} from '#/components/icons/common'
 import {Loader_Stroke2_Corner0_Rounded as Icon} from '#/components/icons/Loader'
 
 export function Loader(props: Props) {