chore: Removed commented-out side-effect-only imports. (#6379)

This commit is contained in:
Aaron Dodson
2022-08-24 11:28:09 -07:00
committed by GitHub
parent 57a5d0d49c
commit 1f6481e527
41 changed files with 0 additions and 245 deletions

View File

@@ -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';