mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
chore: Post-merge fixits.
This commit is contained in:
@@ -13,7 +13,6 @@ import {ConnectionType} from '../../connection_type.js';
|
||||
import type {IRegistrable} from '../../interfaces/i_registrable.js';
|
||||
import type {Marker} from '../../keyboard_nav/marker.js';
|
||||
import type {BlockStyle, Theme} from '../../theme.js';
|
||||
import * as deprecation from '../../utils/deprecation.js';
|
||||
import type {WorkspaceSvg} from '../../workspace_svg.js';
|
||||
import {ConstantProvider} from './constants.js';
|
||||
import {Drawer} from './drawer.js';
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
import type {BlockSvg} from '../../block_svg.js';
|
||||
import type {Marker} from '../../keyboard_nav/marker.js';
|
||||
import type {BlockStyle} from '../../theme.js';
|
||||
import * as deprecation from '../../utils/deprecation.js';
|
||||
import type {WorkspaceSvg} from '../../workspace_svg.js';
|
||||
import * as blockRendering from '../common/block_rendering.js';
|
||||
import type {RenderInfo as BaseRenderInfo} from '../common/info.js';
|
||||
|
||||
Reference in New Issue
Block a user