feat: add features package
This commit is contained in:
5
packages/features/src/Domain/Component/ComponentArea.ts
Normal file
5
packages/features/src/Domain/Component/ComponentArea.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum ComponentArea {
|
||||
Editor = 'editor-editor',
|
||||
Themes = 'themes',
|
||||
EditorStack = 'editor-stack',
|
||||
}
|
||||
Reference in New Issue
Block a user