aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline/friends_timeline.vue
blob: af8ba5fee5371da8ea78868b50e1fd5b0218fe77 (plain)
1
2
3
4
5
6
7
8
9
10
<template>
  <div class="timeline panel panel-default">
    <div class="panel-heading">Friends Timeline</div>
    <div class="panel-body">
      <Timeline v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
    </div>
  </div>
</template>

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