refactor: enhance workspace and project wrapper modularity (#6207)
This commit is contained in:
parent
438cc33046
commit
4507802aba
10 changed files with 62 additions and 30 deletions
1
web/ee/layouts/project-wrapper.tsx
Normal file
1
web/ee/layouts/project-wrapper.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/layouts/project-wrapper";
|
||||
1
web/ee/layouts/workspace-wrapper.tsx
Normal file
1
web/ee/layouts/workspace-wrapper.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/layouts/workspace-wrapper";
|
||||
Loading…
Add table
Add a link
Reference in a new issue