feat: add features package

This commit is contained in:
Karol Sójko
2022-07-05 14:58:29 +02:00
parent e335d0d2c2
commit 44d3e96468
69 changed files with 2214 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
export enum ComponentArea {
Editor = 'editor-editor',
Themes = 'themes',
EditorStack = 'editor-stack',
}