Docs: fix web-reactjs.md to adjust to the new import convention (#432)

This commit is contained in:
Michał Leszczyński
2024-11-16 12:26:31 +01:00
committed by GitHub
parent 16fe536108
commit 7e592de54c

View File

@@ -20,7 +20,7 @@ yarn add @arx-research/libhalo
Import the library method:
```javascript
import {execHaloCmdWeb} from '@arx-research/libhalo/api/web.js';
import {execHaloCmdWeb} from '@arx-research/libhalo/api/web';
```
Add a state for displaying information to the user: