fix: exchange rate table.

This commit is contained in:
elforjani3
2020-12-02 15:25:49 +02:00
parent 9c1edace50
commit 60117f8dbc
3 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ export default [
breadcrumb: 'Financial Reports',
},
{
path: `/ExchangeRates`,
path: `/exchange-rates`,
component: LazyLoader({
loader: () => import('containers/ExchangeRates/ExchangeRate'),
}),