akkoma-fe/src/components/mentions/mentions.vue

5 lines
169 B
Vue

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