Skip to content

Commit f15e6f6

Browse files
committed
fix wasm link
1 parent 2ba7e46 commit f15e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/playground/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function BoaPlayground() {
1717
const [evaluate, setEvaluate] = React.useState(null);
1818

1919
React.useEffect(() => {
20-
import("@razican/boa_wasm").then(({ evaluate }) =>
20+
import("@boa-dev/boa_wasm").then(({ evaluate }) =>
2121
setEvaluate(() => evaluate),
2222
);
2323
}, []);

0 commit comments

Comments
 (0)