mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Avoiding relative import
This commit is contained in:
@@ -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: {}) {
|
||||
|
||||
Reference in New Issue
Block a user