aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-06-14 11:01:06 +0200
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-06-14 11:02:27 +0200
commite4aee6fbc3219e127c230d6bb00313ebdc6778a5 (patch)
tree97f9bb0d7e6d8db0e4894b7b4d3c502f3d97e2bc /apps/comments
parent949a26c37fe3e4d10deb7dbfb2ce155c0d822123 (diff)
downloadnextcloud-server-e4aee6fbc3219e127c230d6bb00313ebdc6778a5.tar.gz
nextcloud-server-e4aee6fbc3219e127c230d6bb00313ebdc6778a5.zip
fix(comments): vue-material-design-icons imports
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/src/components/Comment.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue
index 8fb5bacf4d7..b1461903c1d 100644
--- a/apps/comments/src/components/Comment.vue
+++ b/apps/comments/src/components/Comment.vue
@@ -143,13 +143,16 @@ export default {
name: 'Comment',
components: {
+ IconArrowRight,
+ IconClose,
+ IconDelete,
+ IconEdit,
+ Moment,
NcActionButton,
NcActions,
NcActionSeparator,
- ArrowRight,
NcAvatar,
NcButton,
- Moment,
NcRichContenteditable,
},
mixins: [RichEditorMixin, CommentMixin],