aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline/friends_timeline.vue
blob: 01a568123275803043360d714dfea0d934bf8b68 (plain)
1
2
3
4
5
6
7
8
9
<template>
  <Timeline
    :title="$t('nav.timeline')"
    :timeline="timeline"
    :timeline-name="'friends'"
  />
</template>

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