Skip to content

Commit 8c4a05b

Browse files
author
Brian Vaughn
authored
Remove @flow pragma comment from module registration start/stop templates (#22670)
1 parent ebf9ae8 commit 8c4a05b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/shared/registerInternalModuleStart.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
6-
*
7-
* @flow
86
*/
97

108
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */

packages/shared/registerInternalModuleStop.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
6-
*
7-
* @flow
86
*/
97

108
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */

0 commit comments

Comments
 (0)