diff --git a/packages/react-native-web/src/apis/AppRegistry/index.js b/packages/react-native-web/src/apis/AppRegistry/index.js index 9a006197..b060d84c 100644 --- a/packages/react-native-web/src/apis/AppRegistry/index.js +++ b/packages/react-native-web/src/apis/AppRegistry/index.js @@ -11,7 +11,7 @@ */ import invariant from 'fbjs/lib/invariant'; -import { unmountComponentAtNode } from '../../modules/unmountComponentAtNode'; +import unmountComponentAtNode from '../../modules/unmountComponentAtNode'; import renderApplication, { getApplication } from './renderApplication'; import type { ComponentType } from 'react';