feat(core): ai poc (#5317)

This commit is contained in:
Peng Xiao
2023-12-19 05:13:28 +00:00
parent 408b84109b
commit a815fd6b9a
9 changed files with 85 additions and 25 deletions
@@ -1,5 +1,7 @@
import { registerTOCPanelComponents } from '@blocksuite/presets';
import { registerFramePanelComponents } from '@blocksuite/presets';
import {
registerFramePanelComponents,
registerTOCPanelComponents,
} from '@blocksuite/presets';
registerTOCPanelComponents(components => {
for (const compName in components) {