React/Redux - publish component #323

Merged
bones7242 merged 80 commits from react-upload into master 2018-01-25 22:43:20 +01:00
8 changed files with 1 additions and 1 deletions
Showing only changes of commit 838eb852d9 - Show all commits

View file

@ -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) {