From 3b49744b518a446365958f4e1c686283c52362e8 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 5 Nov 2019 14:31:47 +0100 Subject: [PATCH] directory created a path names changed --- webapp/components/Comment/Comment.vue | 2 +- webapp/components/{ => ContentMenu}/ContentMenu.vue | 0 webapp/components/PostCard/PostCard.vue | 2 +- webapp/pages/post/_id/_slug/index.vue | 2 +- webapp/pages/profile/_id/_slug.vue | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename webapp/components/{ => ContentMenu}/ContentMenu.vue (100%) 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 @@