diff --git a/packages/cli/templates/react/igr-ts/doughnut-chart/index.ts b/packages/cli/templates/react/igr-ts/doughnut-chart/index.ts index 51143d9c2..c559896e3 100644 --- a/packages/cli/templates/react/igr-ts/doughnut-chart/index.ts +++ b/packages/cli/templates/react/igr-ts/doughnut-chart/index.ts @@ -1,4 +1,3 @@ - import { BaseComponent } from "@igniteui/cli-core"; class IgrTsDoughnutChartComponent extends BaseComponent { @@ -12,4 +11,4 @@ class IgrTsDoughnutChartComponent extends BaseComponent { this.description = `proportionally illustrate the occurrences of variables.`; } } -module.exports = new IgrTsDoughnutChartComponent(); +module.exports = new IgrTsDoughnutChartComponent(); \ No newline at end of file