aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline/friends_timeline.vue
blob: 88c477abc2a95fc5968509865ef78a7134422a40 (plain)
1
2
3
4
5
6
7
8
9
10
<template>
  <div class="timeline panel panel-default base00-background">
    <div class="panel-heading base01-background base04">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>