1
0
Fork 0
akkoma-fe/src/components/mentions/mentions.vue

10 lines
172 B
Vue

<template>
<Timeline
:title="$t('nav.interactions')"
:timeline="timeline"
:timeline-name="'mentions'"
/>
</template>
<script src="./mentions.js"></script>