-
David Mendez authoredce1ad96f
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ActivityCharts.vue 339 B
<template>
<v-card outlined>
<v-card-text>
<EntityRelations />
</v-card-text>
</v-card>
</template>
<script>
import EntityRelations from '~/web-components-submodule/components/common/ReportCards/EntityRelations/EntityRelations.vue'
export default {
components: {
EntityRelations,
},
}
</script>
<style></style>