side bar update

This commit was merged in pull request #37.
This commit is contained in:
victorAnumudu
2024-07-11 17:31:34 +01:00
parent 2eb12129bb
commit 450ae649c3
34 changed files with 1738 additions and 4 deletions
+10
View File
@@ -11,6 +11,7 @@ import { UserPendingList } from './components/UserPendingList'
import { UserReadyList } from './components/UserReadyList'
import { UserApprovedList } from './components/UserApprovedList'
import { UserRejectedList } from './components/UserRejectedList'
import { UserVerifiedList } from './components/UserVerifiedList'
const processBreadCrumbs: Array<PageLink> = [
{
@@ -64,6 +65,15 @@ const ProcessPage = () => (
</>
}
/>
<Route
path='verified'
element={
<>
<PageTitle breadcrumbs={processBreadCrumbs}>Verified</PageTitle>
<UserVerifiedList />
</>
}
/>
<Route
path='approved'
element={