Update frontend/src/components/Contributions/ContributionList.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-07-22 08:03:36 +02:00 committed by GitHub
parent 71a1ab0d7c
commit 5e0c971ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
</template>
<script>
import ContributionListItem from '@/components/Contributions/ContributionListItem.vue'
export default {
name: 'ContributionList',
components: {