Fix ViewProps import path

This error was not surfaced by Flow locally but surfaced in CI.
This commit is contained in:
Nicolas Gallagher
2020-10-22 12:28:17 -07:00
parent b4e53e8cd3
commit 89be8a9f8b

View File

@@ -8,7 +8,7 @@
*/
import type { GenericStyleProp } from '../../types';
import type { ViewProps } from '../../Exports/View';
import type { ViewProps } from '../../exports/View';
import UIManager from '../../exports/UIManager';
import createDOMProps from '../createDOMProps';