wikijs-fork/server/modules/comments/default/comment.js
2020-05-21 00:20:57 -04:00

12 lines
169 B
JavaScript

/* global WIKI */
// ------------------------------------
// Default Comment Provider
// ------------------------------------
module.exports = {
add (args) {
}
}