Skip to content

Commit

Permalink
add user invitaion component
Browse files Browse the repository at this point in the history
  • Loading branch information
ipula committed Jan 10, 2024
1 parent 903a1fa commit a09888b
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Container/PageOJS.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<script>
import Page from '@/components/Container/Page.vue';
import SubmissionsPage from '@/pages/submissions/SubmissionsPage.vue';
import UserInvitationPage from '@/pages/userInvitation/UserInvitationPage.vue';
export default {
components: {
SubmissionsPage,
UserInvitationPage,
},
extends: Page,
};
Expand Down
Loading

0 comments on commit a09888b

Please sign in to comment.