From 0ea16b1d97f5d4b3a8ca53c8c1d09cb83facaf8d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 15 Nov 2021 17:42:53 -0500 Subject: [PATCH] update docs --- docs/frameworks/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frameworks/react.md b/docs/frameworks/react.md index 38d5fbe82..c65ababd2 100644 --- a/docs/frameworks/react.md +++ b/docs/frameworks/react.md @@ -42,7 +42,7 @@ const MyComponent = () => ( export default MyComponent; ``` -You can find a copy + paste import for every component at the bottom of each page in the documentation. +You can find a copy + paste import for each component in the "importing" section of its documentation. ### Event Handling