Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirvanjha2004 authored Dec 30, 2024
1 parent b7851a8 commit 2bfb2af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ export default function App() {
component={() => <Admin />}
role="Global Administrator"
/>
<SecureRoute
path="/billing"
exact
component={() => <Billing />}
role=""
/>
<SecureRoute
path="/PathologyDashboard"
exact
Expand Down

0 comments on commit 2bfb2af

Please sign in to comment.