summaryrefslogtreecommitdiffstats
path: root/js/dav/lib/template/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dav/lib/template/index.js')
-rw-r--r--js/dav/lib/template/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/dav/lib/template/index.js b/js/dav/lib/template/index.js
deleted file mode 100644
index 3258fb1d..00000000
--- a/js/dav/lib/template/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-exports.addressBookQuery = require('./address_book_query');
-exports.addressBookMultiget = require('./address_book_multiget');
-exports.calendarQuery = require('./calendar_query');
-exports.propfind = require('./propfind');
-exports.syncCollection = require('./sync_collection');
-exports.mkcol = require('./mkcol');
-exports.proppatch = require('./proppatch');