diff options
Diffstat (limited to 'src/components/friends_timeline/friends_timeline.vue')
| -rw-r--r-- | src/components/friends_timeline/friends_timeline.vue | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue new file mode 100644 index 00000000..03e518c6 --- /dev/null +++ b/src/components/friends_timeline/friends_timeline.vue @@ -0,0 +1,10 @@ +<template> + <div class="timeline panel panel-default"> + <div class="panel-heading">Friends Timeline</div> + <div class="panel-body"> + <Timeline v-bind:timeline="timeline" /> + </div> + </div> +</template> + +<script src="./friends_timeline.js"></script> |
