Update README.md

Add export default to quickstart example.
This commit is contained in:
Marc Vila
2022-11-08 15:44:53 +01:00
committed by GitHub
parent 0b80eadb4a
commit 2639784086

View File

@@ -85,6 +85,7 @@ function Flow() {
</ReactFlow>
);
}
export default Flow;
```
## Development