Skip to content

Commit

Permalink
Replace PrivateRoute component in fhir-app
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 27, 2023
1 parent 04d2c22 commit d9a3750
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/App/fhir-apps.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d9a3750

Please sign in to comment.