Skip to content

Commit

Permalink
fix: fixes wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
younes0 committed Jul 24, 2023
1 parent 76657ac commit d57c30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/truncated_text_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
DEFAULT_LINE_HEIGHT,
DEFAULT_NUMBER_OF_LINE,
} from '../contacts/general';
import type { TruncatedTextViewProps } from 'src/types/types';
import type { TruncatedTextViewProps } from '../types/types';

if (
Platform.OS === 'android' &&
Expand Down

0 comments on commit d57c30d

Please sign in to comment.