mattwr18 235702867d Move components to components/features
- we are reserving _new directory for components that have no dependency
on the Nitro-Styleguide
- update pat
2019-12-04 19:38:48 +01:00

14 lines
187 B
Vue

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