summaryrefslogtreecommitdiffstats
path: root/apps/comments/src/comments.js
blob: 547a0af39f55e3378d01bef26a3806971e38df3c (plain)
1
2
3
4
5
6
7
8
9
10
11
import './app'
import './templates'
import './filesplugin'
import './activitytabviewplugin'

import './vendor/Caret.js/dist/jquery.caret.min'

import './style/autocomplete.scss'
import './style/comments.scss'

window.OCA.Comments = OCA.Comments