mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix import syntax
This commit is contained in:
parent
2c1412dda4
commit
c0db708986
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import {TextEncoder} from 'text-encoding';
|
||||
const TextEncoder = require('text-encoding');
|
||||
const EventEmitter = require('events');
|
||||
|
||||
const centralDispatch = require('./dispatch/central-dispatch');
|
||||
|
|
Loading…
Reference in a new issue