mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Remove VM dependency
This commit is contained in:
parent
4cc251be24
commit
836088a8cb
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import VM from 'scratch-vm';
|
|
||||||
|
|
||||||
export default class PaintEditorComponent extends React.Component {
|
export default class PaintEditorComponent extends React.Component {
|
||||||
render () {
|
render () {
|
||||||
|
@ -12,5 +11,4 @@ export default class PaintEditorComponent extends React.Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
PaintEditorComponent.defaultProps = {
|
PaintEditorComponent.defaultProps = {
|
||||||
vm: new VM()
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue