Added React

This commit is contained in:
oizie
2016-03-10 11:14:38 +00:00
parent ec48a81c06
commit e690244ecf

View File

@@ -1,7 +1,7 @@
/// <reference path="../react/react.d.ts" />
/// <reference path="./react-scroll.d.ts" />
import { Component } from 'react';
import * as React from 'react';
import { Link, Element, scroller } from 'react-scroll';
let link = <Link to="test" />;