mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Remove extra imports from Paint.js
This commit is contained in:
parent
1c32ecf0a5
commit
581a0f9acc
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
import ScratchJr from '../editor/ScratchJr';
|
||||
import BlockSpecs from '../editor/blocks/BlockSpecs';
|
||||
import Project from '../editor/ui/Project';
|
||||
import Undo from '../editor/ui/Undo';
|
||||
import SVGTools from './SVGTools';
|
||||
import SVG2Canvas from '../utils/SVG2Canvas';
|
||||
import Ghost from './Ghost';
|
||||
|
|
Loading…
Reference in a new issue