Skip to content

Commit

Permalink
fix: remove unusual component
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalloDornelas committed Nov 14, 2023
1 parent 232aa03 commit d4a3629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/syncfusion/toolbarConfig.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
Editor,
DocumentEditorContainer,
Editor,
} from "@syncfusion/ej2-documenteditor";
import { DropDownButton, ItemModel } from "@syncfusion/ej2-splitbuttons";
import { ComboBox, DropDownList } from "@syncfusion/ej2-dropdowns";
import { ComboBox } from "@syncfusion/ej2-dropdowns";
import { ColorPicker } from "@syncfusion/ej2-inputs";
import { ItemModel } from "@syncfusion/ej2-splitbuttons";

export const toolbarButtonClick = (
arg: { item: any },
Expand Down

0 comments on commit d4a3629

Please sign in to comment.