From b37f8fd2b08cfc7081446f9391f87ddabebec8e2 Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 29 Jun 2021 11:39:21 +0300 Subject: [PATCH] lint error --- apps/red-ui/src/app/models/file/redaction-log-entry.wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/models/file/redaction-log-entry.wrapper.ts b/apps/red-ui/src/app/models/file/redaction-log-entry.wrapper.ts index 128555460..9aa513b25 100644 --- a/apps/red-ui/src/app/models/file/redaction-log-entry.wrapper.ts +++ b/apps/red-ui/src/app/models/file/redaction-log-entry.wrapper.ts @@ -1,4 +1,4 @@ -import { Comment, Rectangle, RedactionLogEntry } from '@redaction/red-ui-http'; +import { Comment, Rectangle } from '@redaction/red-ui-http'; export interface RedactionLogEntryWrapper { color?: Array;