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

6 lines
163 B
Vue

<template>
<Timeline :title="'Friends'" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</template>
<script src="./friends_timeline.js"></script>