Skip to content

Commit 4b3df9a

Browse files
authored
Merge pull request #131 from aravindravi5230/EJ2-840400-Diagram-Change
Update README.md
2 parents c3b9ea3 + 104b42f commit 4b3df9a

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)