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

refactor(reviewers): move reviewers components to a folder

parent 7f0bfe19
No related branches found
No related tags found
No related merge requests found
...@@ -11,11 +11,8 @@ import { ...@@ -11,11 +11,8 @@ import {
import ZipFiles from './ZipFiles' import ZipFiles from './ZipFiles'
import { parseVersion, parseJournalIssue, mapStatusToLabel } from './utils' import { parseVersion, parseJournalIssue, mapStatusToLabel } from './utils'
import { import { EditorInChiefActions, HandlingEditorActions } from './'
EditorInChiefActions, import { InviteReviewers } from '../Reviewers/'
HandlingEditorActions,
InviteReviewers,
} from './'
const DashboardCard = ({ const DashboardCard = ({
deleteProject, deleteProject,
......
import DashboardPage from './DashboardPage' import DashboardPage from './DashboardPage'
export { default as ReviewerForm } from './ReviewerForm'
export { default as ReviewersList } from './ReviewersList'
export { default as ReviewersSelect } from './ReviewersSelect'
export { default as InviteReviewers } from './InviteReviewers'
export { default as EditorInChiefActions } from './EditorInChiefActions' export { default as EditorInChiefActions } from './EditorInChiefActions'
export { default as HandlingEditorActions } from './HandlingEditorActions' export { default as HandlingEditorActions } from './HandlingEditorActions'
......
export { default as ReviewerForm } from './ReviewerForm'
export { default as ReviewersList } from './ReviewerList'
export { default as InviteReviewers } from './InviteReviewers'
export { default as ReviewersSelect } from './ReviewersSelect'
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