mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(editor): replace slot with rxjs subject (#10768)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { LitElement } from 'lit';
|
||||
|
||||
import { DisposableGroup } from '../slot/disposable.js';
|
||||
import { DisposableGroup } from '../disposable/index.js';
|
||||
import type { Constructor } from '../utils/types.js';
|
||||
|
||||
// See https://lit.dev/docs/composition/mixins/#mixins-in-typescript
|
||||
|
||||
Reference in New Issue
Block a user