fix import case
This commit is contained in:
parent
d1eb8f5de3
commit
3950f7e9b2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue