diff --git a/app/components/channel_drawer/channel_drawer.js b/app/components/channel_drawer/channel_drawer.js index 2ca707906..49a3122d0 100644 --- a/app/components/channel_drawer/channel_drawer.js +++ b/app/components/channel_drawer/channel_drawer.js @@ -17,7 +17,7 @@ import EventEmitter from 'mattermost-redux/utils/event_emitter'; import Drawer from 'app/components/drawer'; import SafeAreaView from 'app/components/safe_area_view'; -import {ViewTypes} from 'app/contants'; +import {ViewTypes} from 'app/constants'; import {alertErrorWithFallback} from 'app/utils/general'; import tracker from 'app/utils/time_tracker'; diff --git a/app/components/channel_drawer/channels_list/channels_list.js b/app/components/channel_drawer/channels_list/channels_list.js index fda3e951f..e672f9f44 100644 --- a/app/components/channel_drawer/channels_list/channels_list.js +++ b/app/components/channel_drawer/channels_list/channels_list.js @@ -11,7 +11,7 @@ import {injectIntl, intlShape} from 'react-intl'; import MaterialIcon from 'react-native-vector-icons/MaterialIcons'; import SearchBar from 'app/components/search_bar'; -import {ViewTypes} from 'app/contants'; +import {ViewTypes} from 'app/constants'; import {changeOpacity, makeStyleSheetFromTheme} from 'app/utils/theme'; import FilteredList from './filtered_list'; diff --git a/app/screens/channel/channel_nav_bar/channel_nav_bar.js b/app/screens/channel/channel_nav_bar/channel_nav_bar.js index 2c1ea7e6a..60b4a1856 100644 --- a/app/screens/channel/channel_nav_bar/channel_nav_bar.js +++ b/app/screens/channel/channel_nav_bar/channel_nav_bar.js @@ -6,7 +6,7 @@ import PropTypes from 'prop-types'; import {Platform, View} from 'react-native'; import DeviceInfo from 'react-native-device-info'; -import {ViewTypes} from 'app/contants'; +import {ViewTypes} from 'app/constants'; import {makeStyleSheetFromTheme} from 'app/utils/theme'; import ChannelDrawerButton from './channel_drawer_button';