mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- we are reserving _new directory for components that have no dependency on the Nitro-Styleguide - update pat
14 lines
187 B
Vue
14 lines
187 B
Vue
<template>
|
|
<report-list />
|
|
</template>
|
|
|
|
<script>
|
|
import ReportList from '~/components/features/ReportList/ReportList'
|
|
|
|
export default {
|
|
components: {
|
|
ReportList,
|
|
},
|
|
}
|
|
</script>
|