<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>