<script lang='tsx'> import { Component } from 'vue-property-decorator'; import IBIZVIEWMESSAppViewTotalBase from './app-view-total-portlet-base.vue'; import view_db_sysportlet2_list from '@widgets/ibizviewmess/view-total-list/view-total-list.vue'; @Component({ components: { view_db_sysportlet2_list, } }) export default class IBIZVIEWMESSAppViewTotal extends IBIZVIEWMESSAppViewTotalBase { } </script>