1
0
Fork 0
akkoma-fe/src/components/friends_timeline/friends_timeline.vue

10 lines
175 B
Vue

<template>
<Timeline
:title="$t('nav.timeline')"
:timeline="timeline"
:timeline-name="'friends'"
/>
</template>
<script src="./friends_timeline.js"></script>