use published @pybricks/mpy-cross-4 package

This commit is contained in:
David Lechner
2020-05-01 19:13:17 -05:00
parent 13a2b271b0
commit 03dba3ab9a
5 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import MpyCross from '@pybricks/mpy-cross';
import MpyCross from '@pybricks/mpy-cross-4';
import { Action } from 'redux';
// this starts the mpy-cross wasm runtime and leaves it running in the background