docs(v2): removed duplicate text under "Using React" section (#3201)

* removed duplicate text under "Using React" section

* docs(v2): removed duplicate text under "Using React" section in trunk docs
This commit is contained in:
alex busnelli 2020-08-03 19:30:22 -04:00 committed by GitHub
parent 03960a8712
commit 0d7314a6f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -113,8 +113,6 @@ All JavaScript/TypeScript files within the `src/pages/` directory will have corr
## Using React
React is used as the UI library to create pages. Every page component should export a React component and you can leverage on the expressiveness of React to build rich and interactive content.
React is used as the UI library to create pages. Every page component should export a React component, and you can leverage on the expressiveness of React to build rich and interactive content.
## Duplicate Routes

View file

@ -113,8 +113,6 @@ All JavaScript/TypeScript files within the `src/pages/` directory will have corr
## Using React
React is used as the UI library to create pages. Every page component should export a React component and you can leverage on the expressiveness of React to build rich and interactive content.
React is used as the UI library to create pages. Every page component should export a React component, and you can leverage on the expressiveness of React to build rich and interactive content.
## Duplicate Routes