[fix] corrupt hydrate import

This commit is contained in:
Johannes
2017-12-20 17:45:45 +01:00
parent 0a5acdb996
commit 3ecf5d2ed2

View File

@@ -10,7 +10,7 @@
*/
import invariant from 'fbjs/lib/invariant';
import { hydrate } from '../../modules/hydrate';
import hydrate from '../../modules/hydrate';
import AppContainer from './AppContainer';
import StyleSheet from '../../apis/StyleSheet';
import React, { type ComponentType } from 'react';