feat(webapp): rule form

This commit is contained in:
Ahmed Bouhuolia
2024-06-25 13:42:19 +02:00
parent 5aae45c8a8
commit dad8aeaff1
10 changed files with 87 additions and 23 deletions

View File

@@ -1225,7 +1225,7 @@ export const getDashboardRoutes = () => [
{
path: '/bank-rules',
component: lazy(
() => import('@/containers/Banking/Rules/RulesList/RulesList'),
() => import('@/containers/Banking/Rules/RulesList/RulesLandingPage'),
),
pageTitle: 'Bank Rules',
},