refactor(editor): reorg code structure of store package (#9525)

This commit is contained in:
Saul-Mirone
2025-01-05 12:49:02 +00:00
parent 1180e9bc15
commit 3d168ba2d2
55 changed files with 618 additions and 635 deletions

View File

@@ -1,8 +1,8 @@
import { BlockSuiteError } from '@blocksuite/global/exceptions';
import type { Blocks } from '../store/index.js';
import type { Blocks, DraftModel } from '../model/index.js';
import type { AssetsManager } from '../transformer/assets.js';
import type { DraftModel, Job, Slice } from '../transformer/index.js';
import type { Job, Slice } from '../transformer/index.js';
import type {
BlockSnapshot,
DocSnapshot,