feat: create blacklist page

This commit is contained in:
Cesar 2020-11-16 15:14:51 +00:00 committed by Josh Harvey
parent 8a9de5d185
commit fd6f1a2fe0
9 changed files with 446 additions and 14 deletions

View file

@ -10,6 +10,7 @@ import {
import { AppContext } from 'src/App'
import AuthRegister from 'src/pages/AuthRegister'
import Blacklist from 'src/pages/Blacklist'
import Cashout from 'src/pages/Cashout'
import Commissions from 'src/pages/Commissions'
import { Customers, CustomerProfile } from 'src/pages/Customers'
@ -148,6 +149,12 @@ const tree = [
route: '/compliance/customers',
component: Customers
},
{
key: 'blacklist',
label: 'Blacklist',
route: '/compliance/blacklist',
component: Blacklist
},
{
key: 'customer',
route: '/compliance/customer/:id',