@@ -0,0 +1,17 @@
+<template>
+ <div class='thread_display'>
+ </div>
+</template>
+
+<script>
+ export default {
+ name: 'ThreadDisplay',
+ props: ['thread']
+ }
+</script>
+<style lang='scss' scoped>
+ .thread_display {
+</style>