Skip to content

Commit 104b42f

Browse files
Update README.md
1 parent 71cbef4 commit 104b42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/diagrams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add CSS references needed for a Diagram in **src/App.css** from the **../node_mo
5757
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Diagram control and import **App.css** to apply styles to the diagram:
5858

5959
```typescript
60-
import { DiagramComponent } from "@syncfusion/ej2-react-diagrams";
60+
import { ConnectorModel, DiagramComponent, NodeModel } from "@syncfusion/ej2-react-diagrams";
6161
import * as React from 'react';
6262
import './App.css';
6363

0 commit comments

Comments
 (0)