Fix Corporate Member

This commit is contained in:
R
2022-12-05 13:07:20 +07:00
parent d3a806ff0b
commit 3bc8877740
6 changed files with 56 additions and 10 deletions

View File

@@ -214,6 +214,10 @@ export default function Router() {
{
path: 'claims/create',
element: <ClaimsCreate />
},
{
path: 'claims/:id',
element: <ClaimsCreate />
}
]
},