mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
chore: Removed commented-out side-effect-only imports. (#6379)
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
import * as goog from '../closure/goog/goog.js';
|
||||
goog.declareModuleId('Blockly.Extensions');
|
||||
|
||||
// Unused import preserved for side-effects. Remove if unneeded.
|
||||
// import './mutator.js';
|
||||
|
||||
import type {Block} from './block.js';
|
||||
import type {BlockSvg} from './block_svg.js';
|
||||
import {FieldDropdown} from './field_dropdown.js';
|
||||
|
||||
Reference in New Issue
Block a user