mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-08 20:58:02 -05:00
Docs: fix web-reactjs.md to adjust to the new import convention (#432)
This commit is contained in:
committed by
GitHub
parent
16fe536108
commit
7e592de54c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user