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,