diff --git a/types/react-resize-detector/react-resize-detector-tests.tsx b/types/react-resize-detector/react-resize-detector-tests.tsx index 785b5cc7fe..33b4fcec40 100644 --- a/types/react-resize-detector/react-resize-detector-tests.tsx +++ b/types/react-resize-detector/react-resize-detector-tests.tsx @@ -3,7 +3,7 @@ import * as React from "react"; import * as ReactDOM from "react-dom"; -import ReactResizeRouter from "./index"; +import ReactResizeRouter from "react-resize-detector"; class App extends React.PureComponent { constructor(props: {}) {