Skip to content

Commit 872811d

Browse files
Update example.md (#1535)
1 parent b42687f commit 872811d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wrapping-react/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this more complex example we will be wrapping `reactflow` a library for build
1212
Lets start by importing the library [reactflow](https://www.npmjs.com/package/reactflow). Lets make a separate file called `reactflow.py` and add the following code:
1313

1414
```python
15-
import refex as rx
15+
import reflex as rx
1616
from typing import Any, Dict, List, Union
1717

1818
class ReactFlowLib(rx.Component):

0 commit comments

Comments
 (0)