mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat(webapp): wip tax rates management
This commit is contained in:
@@ -1069,6 +1069,14 @@ export const getDashboardRoutes = () => [
|
||||
),
|
||||
pageTitle: intl.get('sidebar.projects'),
|
||||
},
|
||||
{
|
||||
path: '/tax-rates',
|
||||
component: lazy(
|
||||
() =>
|
||||
import('@/containers/TaxRates/pages/TaxRatesLanding'),
|
||||
),
|
||||
pageTitle: 'Tax Rates',
|
||||
},
|
||||
// Homepage
|
||||
{
|
||||
path: `/`,
|
||||
|
||||
Reference in New Issue
Block a user