Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
Fix link (branch master was renamed to main): 

master -> main
  • Loading branch information
KonstHardy authored Sep 11, 2021
1 parent e73911e commit 96ee9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @flow
*/

// Keep in sync with https://github.com/facebook/flow/blob/master/lib/react.js
// Keep in sync with https://github.com/facebook/flow/blob/main/lib/react.js
export type StatelessFunctionalComponent<
P,
> = React$StatelessFunctionalComponent<P>;
Expand Down

0 comments on commit 96ee9b5

Please sign in to comment.