mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Unbreak Flow
Summary: Changelog: [internal] Fixes broken Flow check after some files were moved. bypass-github-export-checks Reviewed By: elicwhite Differential Revision: D68844033 fbshipit-source-id: edf5bc58c5ce94ef5c089998b52a4bb72a2d3997
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ea1260accb
commit
a8bf742f29
@@ -10,7 +10,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
import type XMLHttpRequest from '../Network/XMLHttpRequest';
|
||||
import type XMLHttpRequest from '../../../Libraries/Network/XMLHttpRequest';
|
||||
import type {RenderItemProps} from '@react-native/virtualized-lists';
|
||||
|
||||
import ScrollView from '../../../Libraries/Components/ScrollView/ScrollView';
|
||||
|
||||
Reference in New Issue
Block a user