mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removed unused references
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
/// <reference path="../react/react-dom.d.ts"/>
|
||||
|
||||
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 = <Link to="test" />;
|
||||
let element = <Element name="test" />;
|
||||
|
||||
Reference in New Issue
Block a user