diff options
Diffstat (limited to 'src/components/report/report.js')
| -rw-r--r-- | src/components/report/report.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/report/report.js b/src/components/report/report.js index 76055764..f8675c0f 100644 --- a/src/components/report/report.js +++ b/src/components/report/report.js @@ -1,6 +1,7 @@ import Select from '../select/select.vue' import StatusContent from '../status_content/status_content.vue' import Timeago from '../timeago/timeago.vue' +import RichContent from 'src/components/rich_content/rich_content.jsx' import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator' const Report = { @@ -10,7 +11,8 @@ const Report = { components: { Select, StatusContent, - Timeago + Timeago, + RichContent }, computed: { report () { |
