From 627f354d1d7dbf8fc615bace43ba24bb25747cb7 Mon Sep 17 00:00:00 2001 From: Ovidiu Bute Date: Wed, 2 Jan 2019 11:39:46 +0200 Subject: [PATCH] Remove unused imports. --- types/linkifyjs/linkifyjs-tests.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/linkifyjs/linkifyjs-tests.tsx b/types/linkifyjs/linkifyjs-tests.tsx index 6b28d20528..57c91dae5a 100644 --- a/types/linkifyjs/linkifyjs-tests.tsx +++ b/types/linkifyjs/linkifyjs-tests.tsx @@ -1,6 +1,4 @@ import * as React from "react"; -import * as ReactDOM from "react-dom"; -import { LinkifyOptions } from "linkifyjs"; import linkifyHtml from "linkifyjs/html"; import Linkify from "linkifyjs/react";