aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline/friends_timeline.vue
blob: 66c0c058a4911fd8e19cf0278d1a30784b80972f (plain)
1
2
3
4
5
<template>
  <Timeline :title="$t('nav.timeline')" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</template>

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