From 3e2f88b5e3a6ca77eabe3186845882f314d152f5 Mon Sep 17 00:00:00 2001 From: oizie Date: Thu, 10 Mar 2016 11:01:05 +0000 Subject: [PATCH] Removed unused references --- react-scroll/react-scroll-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-scroll/react-scroll-tests.ts b/react-scroll/react-scroll-tests.ts index ce209608d..f8519d524 100644 --- a/react-scroll/react-scroll-tests.ts +++ b/react-scroll/react-scroll-tests.ts @@ -3,8 +3,7 @@ /// import { Component } from 'react' -import * as ReactDOM from 'react-dom'; -import { Link, Element, Events, scroller } from 'react-scroll' +import { Link, Element, scroller } from 'react-scroll' let link = ; let element = ;