Skip to content
Snippets Groups Projects
Commit f2355a9e authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

refactor(submitRevision): fix imports

parent 8d41d999
No related branches found
No related tags found
No related merge requests found
import React from 'react' import React from 'react'
import { get } from 'lodash' import { get } from 'lodash'
import { Field } from 'redux-form' import { Field } from 'redux-form'
import styled from 'styled-components'
import { th } from '@pubsweet/ui-toolkit'
import { required } from 'xpub-validators' import { required } from 'xpub-validators'
import { Menu, TextField, ValidatedField } from '@pubsweet/ui'
import { import {
Row, Row,
Item, Item,
Label, Label,
Textarea, Textarea,
WizardAuthors, WizardAuthors,
ContextualBox,
RowOverrideAlert, RowOverrideAlert,
ItemOverrideAlert, ItemOverrideAlert,
} from 'pubsweet-component-faraday-ui' } from '../'
import { Menu, TextField, ValidatedField } from '@pubsweet/ui'
import { th } from '@pubsweet/ui-toolkit'
import styled from 'styled-components'
import { ContextualBox } from '../'
const Empty = () => <div /> const Empty = () => <div />
......
import React from 'react' import React from 'react'
import { get } from 'lodash' import { get } from 'lodash'
import { Field } from 'redux-form' import { Field } from 'redux-form'
import styled from 'styled-components'
import { Icon } from '@pubsweet/ui' import { Icon } from '@pubsweet/ui'
import { Row, Text, WizardFiles } from 'pubsweet-component-faraday-ui' import styled from 'styled-components'
import { th } from '@pubsweet/ui-toolkit' import { th } from '@pubsweet/ui-toolkit'
import { ContextualBox } from '../'
import { ContextualBox, Row, Text, WizardFiles } from '../'
const Empty = () => <div /> const Empty = () => <div />
......
...@@ -7,13 +7,10 @@ import { FilePicker, Spinner, ValidatedField } from '@pubsweet/ui' ...@@ -7,13 +7,10 @@ import { FilePicker, Spinner, ValidatedField } from '@pubsweet/ui'
import { import {
Row, Row,
Item, Item,
Textarea,
ActionLink,
} from 'pubsweet-component-faraday-ui/src'
import {
Label, Label,
FileItem, FileItem,
Textarea,
ActionLink,
ContextualBox, ContextualBox,
ItemOverrideAlert, ItemOverrideAlert,
withFilePreview, withFilePreview,
......
...@@ -3,9 +3,8 @@ import { Button } from '@pubsweet/ui' ...@@ -3,9 +3,8 @@ import { Button } from '@pubsweet/ui'
import styled from 'styled-components' import styled from 'styled-components'
import { reduxForm } from 'redux-form' import { reduxForm } from 'redux-form'
import { th } from '@pubsweet/ui-toolkit' import { th } from '@pubsweet/ui-toolkit'
import { Row } from 'pubsweet-component-faraday-ui/src'
import { ContextualBox, Text } from '../' import { ContextualBox, Row, Text } from '../'
import { ManuscriptFiles, DetailsAndAuthors, ResponseToReviewer } from './' import { ManuscriptFiles, DetailsAndAuthors, ResponseToReviewer } from './'
const SubmitRevision = ({ const SubmitRevision = ({
...@@ -28,7 +27,6 @@ const SubmitRevision = ({ ...@@ -28,7 +27,6 @@ const SubmitRevision = ({
fetchingError, fetchingError,
addResponseFile, addResponseFile,
deleteResponseFile, deleteResponseFile,
//
onAuthorEdit, onAuthorEdit,
isEditingAuthor, isEditingAuthor,
}) => ( }) => (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment