mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add Jest entry file for external-server-runtime (#25484)
Follow-up to #25482. This file is created during build, but we need an entry point for local development, too.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 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';
|
||||
Reference in New Issue
Block a user