This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/app/firebaseClient/services/comments/index.ts
2017-10-21 11:36:22 +07:00

5 lines
80 B
TypeScript

import { CommentService } from './CommentService'
export {
CommentService
}