Skip to content

Commit 60a0c6b

Browse files
pkp/pkp-lib#10766 Clean legacy workflow page
1 parent cf071da commit 60a0c6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/load.js

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import StatsContextPage from '@/components/Container/StatsContextPage.vue';
3535
import StatsIssuesPage from '@/components/Container/StatsIssuesPage.vue';
3636
import StatsUsersPage from '@/components/Container/StatsUsersPage.vue';
3737
import SubmissionWizardPage from '@/components/Container/SubmissionWizardPage.vue';
38-
import WorkflowPage from '@/components/Container/WorkflowPageOJS.vue';
3938
import DashboardPage from '@/pages/dashboard/DashboardPage.vue';
4039

4140
// Helper for initializing and tracking Vue controllers
@@ -63,7 +62,6 @@ window.pkp = Object.assign(PkpLoad, window.pkp || {}, {
6362
StatsIssuesPage,
6463
StatsUsersPage,
6564
SubmissionWizardPage,
66-
WorkflowPage,
6765
DashboardPage,
6866
},
6967
});

0 commit comments

Comments
 (0)