aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation-page/conversation-page.vue
blob: b03eea2822737c9695f9bd4f36f0ffcc6d21efc7 (plain)
1
2
3
4
5
<template>
  <conversation :collapsable="false" :statusoid="statusoid"></conversation>
</template>

<script src="./conversation-page.js"></script>