diff --git a/webapp/components/Comment/Comment.vue b/webapp/components/Comment/Comment.vue index 06816e5bf..cc7f815b9 100644 --- a/webapp/components/Comment/Comment.vue +++ b/webapp/components/Comment/Comment.vue @@ -62,7 +62,7 @@ import { mapGetters } from 'vuex' import { COMMENT_MAX_UNTRUNCATED_LENGTH, COMMENT_TRUNCATE_TO_LENGTH } from '~/constants/comment' import HcUser from '~/components/User/User' -import ContentMenu from '~/components/ContentMenu' +import ContentMenu from '~/components/ContentMenu/ContentMenu' import ContentViewer from '~/components/Editor/ContentViewer' import HcCommentForm from '~/components/CommentForm/CommentForm' import CommentMutations from '~/graphql/CommentMutations' diff --git a/webapp/components/ContentMenu.vue b/webapp/components/ContentMenu/ContentMenu.vue similarity index 100% rename from webapp/components/ContentMenu.vue rename to webapp/components/ContentMenu/ContentMenu.vue diff --git a/webapp/components/PostCard/PostCard.vue b/webapp/components/PostCard/PostCard.vue index 0947ed05b..1d4aa464f 100644 --- a/webapp/components/PostCard/PostCard.vue +++ b/webapp/components/PostCard/PostCard.vue @@ -74,7 +74,7 @@