mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-02 06:39:46 +08:00
refactor: remove unused surface service (#11339)
This commit is contained in:
@@ -2,12 +2,8 @@ import { BlockComponent } from '@blocksuite/std';
|
||||
import { nothing } from 'lit';
|
||||
|
||||
import type { SurfaceBlockModel } from './surface-model.js';
|
||||
import type { SurfaceBlockService } from './surface-service.js';
|
||||
|
||||
export class SurfaceBlockVoidComponent extends BlockComponent<
|
||||
SurfaceBlockModel,
|
||||
SurfaceBlockService
|
||||
> {
|
||||
export class SurfaceBlockVoidComponent extends BlockComponent<SurfaceBlockModel> {
|
||||
override render() {
|
||||
return nothing;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user