feat(editor): gfx template package (#11480)

This commit is contained in:
Saul-Mirone
2025-04-06 12:24:13 +00:00
parent 41499c1cd6
commit bb1270061a
35 changed files with 189 additions and 42 deletions

View File

@@ -2,7 +2,7 @@ import {
EdgelessTemplatePanel,
type Template,
type TemplateManager,
} from '@blocksuite/affine/blocks/root';
} from '@blocksuite/affine/gfx/template';
import { beforeEach, expect, test } from 'vitest';
import { setupEditor } from '../utils/setup.js';