2019-11-29 14:02:53 +01:00

14 lines
192 B
Vue

<template>
<report-list />
</template>
<script>
import ReportList from '~/components/_new/features/ReportList/ReportList'
export default {
components: {
ReportList,
},
}
</script>