refactor(editor): move text toolbar config and components to its package (#11083)

This commit is contained in:
Saul-Mirone
2025-03-21 16:47:40 +00:00
parent f762797772
commit f5fb5c848e
13 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
export * from './config';
export * from './icons';
export * from './shape';
export * from './shape-menu-config';