From ec48a81c06cd2459d76d65716bca9961b46928b2 Mon Sep 17 00:00:00 2001 From: oizie Date: Thu, 10 Mar 2016 11:10:51 +0000 Subject: [PATCH] Changed to proper extension --- .../{react-scroll-tests.ts => react-scroll-tests.tsx} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename react-scroll/{react-scroll-tests.ts => react-scroll-tests.tsx} (58%) diff --git a/react-scroll/react-scroll-tests.ts b/react-scroll/react-scroll-tests.tsx similarity index 58% rename from react-scroll/react-scroll-tests.ts rename to react-scroll/react-scroll-tests.tsx index a1d3a2890..d8da82732 100644 --- a/react-scroll/react-scroll-tests.ts +++ b/react-scroll/react-scroll-tests.tsx @@ -1,10 +1,10 @@ /// /// -import { Component } from 'react' -import { Link, Element, scroller } from 'react-scroll' +import { Component } from 'react'; +import { Link, Element, scroller } from 'react-scroll'; let link = ; let element = ; -//scroller.scrollTo("test"); \ No newline at end of file +scroller.scrollTo("test"); \ No newline at end of file