File size: 113 Bytes
b1ced28
 
 
 
1
2
3
4
5
export const CommentMessages = {
  NOT_FOUND: 'Comment not found',
  DELETED: 'Comment deleted successfully',
};