React/Redux - publish component #323
8 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {makeGetRequest} from 'utils/xhr';
|
import {makeGetRequest} from 'utils/xhr';
|
||||||
import UrlMiddle from 'components/PublishUrlMiddle';
|
import UrlMiddle from 'components/PublishUrlMiddleDisplay';
|
||||||
|
|
||||||
class PublishUrlInput extends React.Component {
|
class PublishUrlInput extends React.Component {
|
||||||
constructor (props) {
|
constructor (props) {
|
||||||
|
|
Loading…
Reference in a new issue