Minor: rename social components for consistency

pull/4766/head
Daniel Gayoso González 1 year ago
parent f95a379786
commit ddb55d2505
  1. 0
      assets/vue/components/social/SocialWallComment.vue
  2. 0
      assets/vue/components/social/SocialWallCommentForm.vue
  3. 4
      assets/vue/components/social/SocialWallPost.vue

@ -84,9 +84,9 @@
</template>
<script setup>
import WallCommentForm from "./CommentForm";
import WallCommentForm from "./SocialWallCommentForm.vue";
import {computed, onMounted, reactive} from "vue";
import WallComment from "./WallComment";
import WallComment from "./SocialWallComment.vue";
import WallActions from "./Actions";
import axios from "axios";
import {ENTRYPOINT} from "../../config/entrypoint";

Loading…
Cancel
Save