Skip to content

Commit

Permalink
fix: import TextProps
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky authored and Lipo11 committed Jun 24, 2024
1 parent f313825 commit 593503d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/dto/instagramStoriesDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 593503d

Please sign in to comment.