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