From 6cfe7215194d1d2981349b9ce66df3098f8c75e6 Mon Sep 17 00:00:00 2001 From: Sagara Date: Mon, 11 Nov 2024 13:33:04 +1300 Subject: [PATCH] Update en/asgardeo/docs/complete-guides/react/securing-routes-within-the-app.md Co-authored-by: Jerad Rutnam --- .../docs/complete-guides/react/securing-routes-within-the-app.md | 1 - 1 file changed, 1 deletion(-) diff --git a/en/asgardeo/docs/complete-guides/react/securing-routes-within-the-app.md b/en/asgardeo/docs/complete-guides/react/securing-routes-within-the-app.md index 206e97c5c2..0aa49e7e46 100644 --- a/en/asgardeo/docs/complete-guides/react/securing-routes-within-the-app.md +++ b/en/asgardeo/docs/complete-guides/react/securing-routes-within-the-app.md @@ -95,7 +95,6 @@ If you prefer to have full control over how the app routes should be secured—f const App = () => { - const ProtectedRoute = ({ children }: { children: ReactNode }) => {