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

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