Hooking up external components

Этот коммит содержится в:
Christopher Speller
2015-10-30 14:29:15 -04:00
родитель ed68f2e901
Коммит b9a3ff74dd
11 изменённых файлов: 220 добавлений и 65 удалений

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

@@ -55,9 +55,7 @@ function setupChannelPage(props) {
);
ReactDOM.render(
<ChannelView
/>,
<ChannelView/>,
document.getElementById('channel_view')
);