diff --git a/src/Squidex/app/shared/components/comments.component.ts b/src/Squidex/app/shared/components/comments.component.ts index 982afdbd6..a5490e183 100644 --- a/src/Squidex/app/shared/components/comments.component.ts +++ b/src/Squidex/app/shared/components/comments.component.ts @@ -17,17 +17,13 @@ import { CommentsService, CommentsState, DialogService, - fadeAnimation, UpsertCommentForm } from '@app/shared/internal'; @Component({ selector: 'sqx-comments', styleUrls: ['./comments.component.scss'], - templateUrl: './comments.component.html', - animations: [ - fadeAnimation - ] + templateUrl: './comments.component.html' }) export class CommentsComponent implements OnDestroy, OnInit { private timer: Subscription;