mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix(webapp): code cleanup
This commit is contained in:
@@ -4,8 +4,6 @@ import React from 'react';
|
||||
const TaxRateDeleteAlert = React.lazy(() => import('./TaxRateDeleteAlert'));
|
||||
|
||||
/**
|
||||
* Project alerts.
|
||||
* Tax rates alerts.
|
||||
*/
|
||||
export default [
|
||||
{ name: 'tax-rate-delete', component: TaxRateDeleteAlert },
|
||||
];
|
||||
export default [{ name: 'tax-rate-delete', component: TaxRateDeleteAlert }];
|
||||
|
||||
Reference in New Issue
Block a user