diff --git a/src/core/dto/instagramStoriesDTO.ts b/src/core/dto/instagramStoriesDTO.ts index 62a2ac6..d609b71 100644 --- a/src/core/dto/instagramStoriesDTO.ts +++ b/src/core/dto/instagramStoriesDTO.ts @@ -2,9 +2,8 @@ import { ReactNode } from 'react'; import { ImageProps, ImageStyle, - ScrollViewProps, TextStyle, ViewStyle, + ScrollViewProps, TextStyle, ViewStyle, TextProps, } from 'react-native'; -import { TextProps } from 'react-native-svg'; export interface StoryItemProps { id: string;