export { default as addComment } from './addComment'; export { default as deleteComment } from './deleteComment'; export { default as getComments } from './getComments'; export { default as modifyComment } from './modifyComment';