fixed type in file name

This commit is contained in:
Nouman Tahir 2021-09-03 12:11:25 +05:00
parent 53d5521f99
commit 99734719e7
2 changed files with 1 additions and 2 deletions

View File

@ -22,12 +22,11 @@ import styles from './commentBodyStyles';
// Services and Actions // Services and Actions
import { writeToClipboard } from '../../../../utils/clipboard'; import { writeToClipboard } from '../../../../utils/clipboard';
import { toastNotification } from '../../../../redux/actions/uiAction'; import { toastNotification } from '../../../../redux/actions/uiAction';
import { LinkData } from './linkDataParser';
import getYoutubeId from '../../../../utils/getYoutubeId'; import getYoutubeId from '../../../../utils/getYoutubeId';
import VideoPlayerSheet from './videoPlayerSheet'; import VideoPlayerSheet from './videoPlayerSheet';
import { LongPressGestureHandler, State } from 'react-native-gesture-handler'; import { LongPressGestureHandler, State } from 'react-native-gesture-handler';
import { useCallback } from 'react'; import { useCallback } from 'react';
import HtmlRenderer from './htmlRederer'; import HtmlRenderer from './htmlRenderer';
const WIDTH = Dimensions.get('window').width; const WIDTH = Dimensions.get('window').width;