fix import case

This commit is contained in:
Jeremy Kauffman 2017-07-13 10:19:27 -04:00
parent d1eb8f5de3
commit 3950f7e9b2

View file

@ -5,7 +5,7 @@ import { FormField, FormRow } from "component/form.js";
import Link from "component/link";
import Modal from "component/modal";
import { BusyMessage } from "component/common";
import ChannelSection from "./internal/ChannelSection";
import ChannelSection from "./internal/channelSection";
class PublishForm extends React.PureComponent {
constructor(props) {