Skip to content

Commit

Permalink
Remove @flow pragma comment from module registration start/stop templ…
Browse files Browse the repository at this point in the history
…ates (#22670)
  • Loading branch information
Brian Vaughn committed Nov 1, 2021
1 parent ebf9ae8 commit 8c4a05b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/shared/registerInternalModuleStart.js
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
Expand Down
2 changes: 0 additions & 2 deletions packages/shared/registerInternalModuleStop.js
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
Expand Down

0 comments on commit 8c4a05b

Please sign in to comment.