diff --git a/app/components/progressive_image/progressive_image.js b/app/components/progressive_image/progressive_image.js index 595fb876e..466da7cdf 100644 --- a/app/components/progressive_image/progressive_image.js +++ b/app/components/progressive_image/progressive_image.js @@ -6,8 +6,6 @@ import PropTypes from 'prop-types'; import {Animated, Image, ImageBackground, Platform, View, StyleSheet} from 'react-native'; import FastImage from 'react-native-fast-image'; -import {Client4} from 'mattermost-redux/client'; - import CustomPropTypes from 'app/constants/custom_prop_types'; import {changeOpacity, makeStyleSheetFromTheme} from 'app/utils/theme';