Skip to content

Commit

Permalink
Added missing import to load.js
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e83a33)
jonasraoni committed Jul 7, 2024

Verified

This commit was signed with the committer’s verified signature.
jonasraoni Jonas Raoni Soares da Silva
1 parent b1be9ac commit 7f7da46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/load.js
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ import PkpLoad from '../lib/pkp/js/load.js';

// Import controllers used by OPS
import Container from '@/components/Container/Container.vue';
import AdvancedSearchReviewerContainer from '@/components/Container/AdvancedSearchReviewerContainer.vue';
import Page from '@/components/Container/Page.vue';
import AccessPage from '@/components/Container/AccessPage.vue';
import AddContextContainer from '@/components/Container/AddContextContainer.vue';
@@ -44,6 +45,7 @@ window.pkp = Object.assign(PkpLoad, window.pkp || {}, {
AccessPage,
AddContextContainer,
AdminPage,
AdvancedSearchReviewerContainer,
DecisionPage,
DoiPage,
ImportExportPage,

0 comments on commit 7f7da46

Please sign in to comment.