mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 19:33:49 -04:00
17 lines
435 B
JavaScript
17 lines
435 B
JavaScript
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'
|
|
|
|
window.OCA.Comments = OCA.Comments
|