Skip to content

Commit

Permalink
Remove pageOJS from load.js
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage authored and asmecher committed Dec 13, 2024
1 parent 4a4b2f2 commit 5b669e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import PkpLoad from '../lib/pkp/js/load.js';
import Container from '@/components/Container/Container.vue';
import AdvancedSearchReviewerContainer from '@/components/Container/AdvancedSearchReviewerContainer.vue';
import Page from '@/components/Container/Page.vue';
import PageOJS from '@/components/Container/PageOJS.vue';
import WorkflowPageOJS from '@/pages/workflow/WorkflowPageOJS.vue';

import AccessPage from '@/components/Container/AccessPage.vue';
Expand Down Expand Up @@ -55,7 +54,6 @@ window.pkp = Object.assign(PkpLoad, window.pkp || {}, {
ImportExportPage,
ManageEmailsPage,
Page,
PageOJS,
SettingsPage,
StartSubmissionPage,
StatsEditorialPage,
Expand Down

0 comments on commit 5b669e1

Please sign in to comment.