run yarn lint --fix (#9013)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import React from 'react'
|
||||
import {StyleSheet, TextProps} from 'react-native'
|
||||
import {StyleSheet, type TextProps} from 'react-native'
|
||||
import Svg, {
|
||||
Defs,
|
||||
LinearGradient,
|
||||
Path,
|
||||
PathProps,
|
||||
type PathProps,
|
||||
Stop,
|
||||
SvgProps,
|
||||
type SvgProps,
|
||||
} from 'react-native-svg'
|
||||
import {Image} from 'expo-image'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Svg, {Path, PathProps, SvgProps} from 'react-native-svg'
|
||||
import Svg, {Path, type PathProps, type SvgProps} from 'react-native-svg'
|
||||
|
||||
import {usePalette} from '#/lib/hooks/usePalette'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Svg, {Path, PathProps, SvgProps} from 'react-native-svg'
|
||||
import Svg, {Path, type PathProps, type SvgProps} from 'react-native-svg'
|
||||
|
||||
import {usePalette} from '#/lib/hooks/usePalette'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user