refactor(editor): move extension to store (#9552)

This commit is contained in:
Saul-Mirone
2025-01-06 15:15:14 +00:00
parent 46c8c4a408
commit f778d1a28a
127 changed files with 170 additions and 207 deletions

View File

@@ -2,6 +2,7 @@
/// <reference path="../shim.d.ts" />
export * from './adapter/index.js';
export * from './extension/index.js';
export * from './model/index.js';
export * from './reactive/index.js';
export * from './schema/index.js';