about summary refs log tree commit diff
path: root/src/components/icons/TEMPLATE.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/TEMPLATE.tsx')
-rw-r--r--src/components/icons/TEMPLATE.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icons/TEMPLATE.tsx b/src/components/icons/TEMPLATE.tsx
index 47a5c36b2..be161c271 100644
--- a/src/components/icons/TEMPLATE.tsx
+++ b/src/components/icons/TEMPLATE.tsx
@@ -1,7 +1,7 @@
 import React from 'react'
 import Svg, {Path} from 'react-native-svg'
 
-import {Props, useCommonSVGProps} from '#/components/icons/common'
+import {type Props, useCommonSVGProps} from '#/components/icons/common'
 
 export const IconTemplate_Stroke2_Corner0_Rounded = React.forwardRef(
   function LogoImpl(props: Props, ref) {