chore: Post-merge fixits.

This commit is contained in:
Aaron Dodson
2024-12-04 12:15:19 -08:00
parent 9fcd5a3037
commit 389dd1a1cb
23 changed files with 63 additions and 72 deletions

View File

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

View File

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