Skip to content

Commit

Permalink
fix: removed comments from programs route in app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
corypride committed Nov 6, 2024
1 parent 664359c commit cc971e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions frontend/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,15 @@ const router = createBrowserRouter([
path: ['open-content-management']
}
},
// {
// path: 'programs',
// element: <Programs />,
// errorElement: <Error />,
// handle: {
// title: 'Programs',
// path: ['programs']
// }
// },
{
path: 'programs',
element: <Programs />,
errorElement: <Error />,
handle: {
title: 'Programs',
path: ['programs']
}
},
{
path: 'facilities-management',
element: <FacilityManagement />,
Expand Down

0 comments on commit cc971e5

Please sign in to comment.