From d9a37502732230abc2f21079e3b2954d62441a96 Mon Sep 17 00:00:00 2001 From: Peter Muriuki Date: Mon, 27 Nov 2023 10:04:16 +0300 Subject: [PATCH] Replace PrivateRoute component in fhir-app --- app/src/App/fhir-apps.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/App/fhir-apps.tsx b/app/src/App/fhir-apps.tsx index c02a3a6cb..542e03041 100644 --- a/app/src/App/fhir-apps.tsx +++ b/app/src/App/fhir-apps.tsx @@ -1,5 +1,9 @@ import React from 'react'; -import { Resource404, PrivateComponent, PublicComponent } from '@opensrp/react-utils'; +import { + Resource404, + PrivateRoute as PrivateComponent, + PublicComponent, +} from '@opensrp/react-utils'; import { AuthorizationGrantType, ConnectedOauthCallback,