Skip to content

Commit

Permalink
pkp/pkp-lib#7505 Initial Commit Upload - Delete - Download JATS File
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Nov 24, 2023
1 parent ecebfa9 commit 2c24286
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Container/WorkflowPage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script type="text/javascript">
import Page from './Page.vue';
import ContributorsListPanel from '@/components/ListPanel/contributors/ContributorsListPanel.vue';
import JatsListPanel from '@/components/ListPanel/jats/SubmissionJatsListPanel.vue';
import Composer from '@/components/Composer/Composer.vue';
import Dropdown from '@/components/Dropdown/Dropdown.vue';
import Modal from '@/components/Modal/Modal.vue';
Expand All @@ -19,6 +20,7 @@ export default {
Dropdown,
Modal,
PkpHeader,
JatsListPanel,
},
data() {
return {
Expand Down
Loading

0 comments on commit 2c24286

Please sign in to comment.