diff --git a/react-scroll/react-scroll-tests.ts b/react-scroll/react-scroll-tests.ts index e6d728ceb..4e6b139d4 100644 --- a/react-scroll/react-scroll-tests.ts +++ b/react-scroll/react-scroll-tests.ts @@ -1,5 +1,7 @@ /// +/// +import * as React from 'react'; import { Link, Element, Events, scroller } from 'react-scroll'; class LinkTest extends React.Component, {}> {