From 5bb55b68cf101c600bf6d596012d1f037f48579e Mon Sep 17 00:00:00 2001 From: tfsbuild Date: Tue, 17 Dec 2024 16:02:26 +0200 Subject: [PATCH] Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.17.4 --- samples/inputs/color-editor/overview/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/inputs/color-editor/overview/src/index.tsx b/samples/inputs/color-editor/overview/src/index.tsx index 907002da5..cb5bd3db5 100644 --- a/samples/inputs/color-editor/overview/src/index.tsx +++ b/samples/inputs/color-editor/overview/src/index.tsx @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import { IgrColorEditorModule } from 'igniteui-react-inputs'; -import { IgrColorEditor } from 'igniteui-react-dashboards'; +import { IgrColorEditor } from 'igniteui-react-inputs'; const mods: any[] = [ IgrColorEditorModule