Fixed tests

This commit is contained in:
Pedro Inacio 2016-03-10 09:10:36 +00:00
parent a9f2dc3bc8
commit dec616d1ef

View File

@ -1,5 +1,5 @@
/// <reference path="./react-scroll.d.ts" />
/// <reference path="../react/react.d.ts" />
/// <reference path="./react-scroll.d.ts" />
import * as React from 'react';
import { Link, Element, Events, scroller } from 'react-scroll';