fix: app context and routing

This commit is contained in:
Sérgio Salgado 2021-04-06 20:31:47 +01:00 committed by Josh Harvey
parent c00249586d
commit 9b5cf32314
8 changed files with 7 additions and 52 deletions

View file

@ -20,7 +20,7 @@ import ResetPassword from 'src/pages/Authentication/ResetPassword'
import Blacklist from 'src/pages/Blacklist'
import Cashout from 'src/pages/Cashout'
import Commissions from 'src/pages/Commissions'
import ConfigMigration from 'src/pages/ConfigMigration'
// import ConfigMigration from 'src/pages/ConfigMigration'
import { Customers, CustomerProfile } from 'src/pages/Customers'
import Dashboard from 'src/pages/Dashboard'
import Funding from 'src/pages/Funding'