diff options
Diffstat (limited to 'apps/comments/src/comments-tab.js')
-rw-r--r-- | apps/comments/src/comments-tab.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/src/comments-tab.js b/apps/comments/src/comments-tab.js index 2c81843291c..7b12de6de4f 100644 --- a/apps/comments/src/comments-tab.js +++ b/apps/comments/src/comments-tab.js @@ -20,6 +20,8 @@ * */ +import MessageReplyText from 'vue-material-design-icons/MessageReplyText.vue' + // Init Comments tab component let TabInstance = null const commentTab = new OCA.Files.Sidebar.Tab({ |