Try to fix Flow issue on Windows (part 3)

This commit is contained in:
Dan Abramov
2018-05-15 14:26:32 +01:00
parent 7631024722
commit b998357f9d
+1 -1
View File
@@ -7,7 +7,7 @@
* @flow
*/
import type {DOMTopLevelEventType} from 'react-dom/src/events/DOMTopLevelEventTypes';
import type {DOMTopLevelEventType} from '../react-dom/src/events/DOMTopLevelEventTypes';
type RNTopLevelEventType =
| 'topMouseDown'