From 82d79accdb3af408eb5ae99d90bc7de9536633ac Mon Sep 17 00:00:00 2001 From: Warrick Corfe-Tan Date: Tue, 22 Jun 2021 09:34:09 +1000 Subject: [PATCH] remove unused import --- ts/components/conversation/Linkify.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/components/conversation/Linkify.tsx b/ts/components/conversation/Linkify.tsx index f3dc90017..86658f1ab 100644 --- a/ts/components/conversation/Linkify.tsx +++ b/ts/components/conversation/Linkify.tsx @@ -4,7 +4,6 @@ import LinkifyIt from 'linkify-it'; import { RenderTextCallbackType } from '../../types/Util'; import { isLinkSneaky } from '../../../js/modules/link_previews'; -import { SessionHtmlRenderer } from '../session/SessionHTMLRenderer'; import { updateConfirmModal } from '../../state/ducks/modalDialog'; import { shell } from 'electron';