From e61a6fdb97b739ad4d66d7ada4b4e6627b009e3a Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Thu, 7 Jun 2018 20:35:17 +0200 Subject: [PATCH] Update react-rnd-tests.tsx --- types/react-rnd/react-rnd-tests.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/react-rnd/react-rnd-tests.tsx b/types/react-rnd/react-rnd-tests.tsx index 070c793f87..461a0d03ba 100644 --- a/types/react-rnd/react-rnd-tests.tsx +++ b/types/react-rnd/react-rnd-tests.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; -import Rnd from 'react-rnd'; -import { ResizeHandler } from 'react-rnd'; +import { default as Rnd, ResizeHandler } from "react-rnd"; const onResize: ResizeHandler = (e, direction, ref, delta, position) => { direction === 'right';