From fcebe765d46eb855f22c9c33d012e30cc51a6f40 Mon Sep 17 00:00:00 2001 From: Kamal Gill Date: Fri, 18 May 2018 11:48:59 -0700 Subject: [PATCH] Remove unused import to prevent naming conflict with export --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index e9cbcd02..8499c974 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -5,7 +5,6 @@ import { BoundFunction, GetByAttribute, GetByText, - getQueriesForElement, QueryByAttribute, QueryByText, } from 'dom-testing-library'