mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
Follow-up to #25482. This file is created during build, but we need an entry point for local development, too.
11 lines
270 B
JavaScript
11 lines
270 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
export * from 'react-dom/src/server/ReactDOMServerExternalRuntime';
|