diff --git a/samples/charts/dashboard-tile/gauge-dashboard/src/index.ts b/samples/charts/dashboard-tile/gauge-dashboard/src/index.ts index f5e0a13c9..3e08177d4 100644 --- a/samples/charts/dashboard-tile/gauge-dashboard/src/index.ts +++ b/samples/charts/dashboard-tile/gauge-dashboard/src/index.ts @@ -22,7 +22,6 @@ export class Sample { var dashboard = this.dashboard = document.getElementById('dashboard') as IgcDashboardTileComponent; this.dashboardTileGaugeOnInit(); - } diff --git a/samples/inputs/color-editor/overview/src/index.ts b/samples/inputs/color-editor/overview/src/index.ts index 0aff5c986..ed177183e 100644 --- a/samples/inputs/color-editor/overview/src/index.ts +++ b/samples/inputs/color-editor/overview/src/index.ts @@ -1,5 +1,5 @@ import { IgcColorEditorModule } from 'igniteui-webcomponents-inputs'; -import { IgcColorEditorComponent } from 'igniteui-webcomponents-inputs'; +import { IgcColorEditorComponent } from 'igniteui-webcomponents-dashboards'; import { ModuleManager } from 'igniteui-webcomponents-core';