From 7e592de54c9be30ed0b4113c438fa5c0076e0c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Sat, 16 Nov 2024 12:26:31 +0100 Subject: [PATCH] Docs: fix web-reactjs.md to adjust to the new import convention (#432) --- docs/web-reactjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-reactjs.md b/docs/web-reactjs.md index 1331a24..592f7d0 100644 --- a/docs/web-reactjs.md +++ b/docs/web-reactjs.md @@ -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: