aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions/mentions.vue
blob: 7af402cedded514dbda91267fe5f44ee769e4072 (plain)
1
2
3
4
5
<template>
  <Timeline :title="'Mentions'" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>

<script src="./mentions.js"></script>