diff options
Diffstat (limited to 'apps/comments/src/comments.js')
-rw-r--r-- | apps/comments/src/comments.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/comments/src/comments.js b/apps/comments/src/comments.js index 41ddee7b977..547a0af39f5 100644 --- a/apps/comments/src/comments.js +++ b/apps/comments/src/comments.js @@ -1,15 +1,9 @@ import './app' import './templates' -import './commentmodel' -import './commentcollection' -import './commentsummarymodel' -import './commentstabview' -import './commentsmodifymenu' import './filesplugin' import './activitytabviewplugin' import './vendor/Caret.js/dist/jquery.caret.min' -import './vendor/At.js/dist/js/jquery.atwho.min' import './style/autocomplete.scss' import './style/comments.scss' |