From 67f97c8dac5fa972b63eafc12e75aa0f7d4869be Mon Sep 17 00:00:00 2001 From: Ty Frith Date: Thu, 14 Sep 2023 02:18:06 -0700 Subject: [PATCH] Update EXAMPLES.md (#570) --- EXAMPLES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index be368706..cd29491f 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -96,8 +96,6 @@ const Posts = () => { export default Posts; ``` -For a more detailed example see how to [create a `useApi` hook for accessing protected APIs with an access token](#create-a-useapi-hook-for-accessing-protected-apis-with-an-access-token). - ## Protecting a route in a `react-router-dom v6` app We need to access the `useNavigate` hook so we can use `navigate` in `onRedirectCallback` to return us to our `returnUrl`.