diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-11 13:38:08 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-11 13:38:08 +0300 |
| commit | ffc501eb236a7ec088c058d24396a2dccc8f3a8b (patch) | |
| tree | a52890934f3a26fbe72a689673dcc4662b7e7996 /src | |
| parent | 9421501c1e871129b11c42a672b12b70b0db4c4a (diff) | |
cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status_body/status_body.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js index 7433619b..14558aca 100644 --- a/src/components/status_body/status_body.js +++ b/src/components/status_body/status_body.js @@ -1,5 +1,5 @@ import fileType from 'src/services/file_type/file_type.service' -import RichContent, { getHeadTailLinks } from 'src/components/rich_content/rich_content.jsx' +import RichContent from 'src/components/rich_content/rich_content.jsx' import MentionsLine from 'src/components/mentions_line/mentions_line.vue' import { mapGetters } from 'vuex' import { library } from '@fortawesome/fontawesome-svg-core' |
