diff options
-rw-r--r-- | src/services/CommentService.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/CommentService.ts b/src/services/CommentService.ts index b21c6dfd..75bef2e4 100644 --- a/src/services/CommentService.ts +++ b/src/services/CommentService.ts @@ -8,7 +8,6 @@ import { } from '../constants'; import {ERROR_FAILED_TO_COMMENT} from '../constants/strings'; import { - CommentBaseType, CommentThreadType, CommentType, ProfilePreviewType, |