summaryrefslogtreecommitdiffstats
path: root/js/dav/lib/template/index.js
blob: 005a0f8230da1986f0fa24281f1055b906fffb83 (plain)
1
2
3
4
5
6
exports.addressBookQuery = require('./address_book_query');
exports.calendarQuery = require('./calendar_query');
exports.propfind = require('./propfind');
exports.syncCollection = require('./sync_collection');
exports.mkcol = require('./mkcol');
exports.proppatch = require('./proppatch');