Renamed channel_intro_mssages.jsx to channel_intro_messages.jsx

Этот коммит содержится в:
hmhealey
2015-12-03 12:59:49 -05:00
родитель ea80836c6e
Коммит bc173ebcb4
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@@ -12,7 +12,7 @@ import * as EventHelpers from '../dispatcher/event_helpers.jsx';
import Constants from '../utils/constants.jsx';
import {createChannelIntroMessage} from '../utils/channel_intro_mssages.jsx';
import {createChannelIntroMessage} from '../utils/channel_intro_messages.jsx';
export default class PostsViewContainer extends React.Component {
constructor() {