Skip to content

Commit ce27fc2

Browse files
authored
chore(README): fix example import(#134)
1 parent 7bfd237 commit ce27fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ npm install @gravity-ui/graph
6464
[Detailed React Components Documentation](docs/react/usage.md)
6565

6666
```typescript
67-
import { EAnchorType, Graph } from "@gravity-ui/graph";
68-
import { GraphCanvas, GraphState, GraphBlock, useGraph } from "@gravity-ui/graph/react";
67+
import { EAnchorType, Graph, GraphState } from "@gravity-ui/graph";
68+
import { GraphCanvas, GraphBlock, useGraph } from "@gravity-ui/graph/react";
6969
import React from "react";
7070

7171
const config = {};

0 commit comments

Comments
 (0)