mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
refactor(editor): move extension to store (#9552)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { ExtensionType } from '@blocksuite/store';
|
||||
|
||||
import type { EventOptions, UIEventHandler } from '../event/index.js';
|
||||
import { KeymapIdentifier } from '../identifier.js';
|
||||
import type { BlockStdScope } from '../scope/index.js';
|
||||
import type { ExtensionType } from './extension.js';
|
||||
|
||||
let id = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user