Skip to content

Commit

Permalink
Added missing import to load.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Jul 7, 2024
1 parent f76aa27 commit a76c340
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
Expand Up @@ -12,6 +12,7 @@ import PkpLoad from '../lib/pkp/js/load.js';

// Import controllers used by OMP
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';
Expand Down Expand Up @@ -47,6 +48,7 @@ window.pkp = Object.assign(PkpLoad, {
AccessPage,
AddContextContainer,
AdminPage,
AdvancedSearchReviewerContainer,
CounterReportsPage,
DecisionPage,
DoiPage,
Expand Down

0 comments on commit a76c340

Please sign in to comment.