mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
14 lines
192 B
Vue
14 lines
192 B
Vue
<template>
|
|
<report-list />
|
|
</template>
|
|
|
|
<script>
|
|
import ReportList from '~/components/_new/features/ReportList/ReportList'
|
|
|
|
export default {
|
|
components: {
|
|
ReportList,
|
|
},
|
|
}
|
|
</script>
|