diff --git a/website/docs/guides/creating-pages.md b/website/docs/guides/creating-pages.md index ed33097f6053..5bb125d30e16 100644 --- a/website/docs/guides/creating-pages.md +++ b/website/docs/guides/creating-pages.md @@ -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 diff --git a/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md b/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md index ed33097f6053..5bb125d30e16 100644 --- a/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md +++ b/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md @@ -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