We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba7e46 commit f15e6f6Copy full SHA for f15e6f6
1 file changed
src/pages/playground/index.tsx
@@ -17,7 +17,7 @@ export default function BoaPlayground() {
17
const [evaluate, setEvaluate] = React.useState(null);
18
19
React.useEffect(() => {
20
- import("@razican/boa_wasm").then(({ evaluate }) =>
+ import("@boa-dev/boa_wasm").then(({ evaluate }) =>
21
setEvaluate(() => evaluate),
22
);
23
}, []);
0 commit comments