diff options
Diffstat (limited to 'src/components/Loader.tsx')
-rw-r--r-- | src/components/Loader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Loader.tsx b/src/components/Loader.tsx index 149554912..21970c278 100644 --- a/src/components/Loader.tsx +++ b/src/components/Loader.tsx @@ -8,7 +8,7 @@ import Animated, { } from 'react-native-reanimated' 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) { |