[WEB-1883] chore: moved workspace settings to respective folders for CE and EE (#5151)
* chore: moved workspace settings to respective folders for ce and ee * chore: updated imports * chore: updated imports for ee * chore: resolved import error * chore: resolved import error * chore: ee imports in the issue sidebar * chore: updated file structure * chore: table UI * chore: resolved build errors * chore: added worklog on issue peekoverview
This commit is contained in:
parent
fff27c60e4
commit
482b363045
44 changed files with 440 additions and 285 deletions
2
web/ee/components/issues/activity/index.ts
Normal file
2
web/ee/components/issues/activity/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./root";
|
||||
export * from "./worklog-create-button";
|
||||
1
web/ee/components/issues/activity/root.tsx
Normal file
1
web/ee/components/issues/activity/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "@/plane-web/components/issues/worklog/activity/root";
|
||||
|
|
@ -0,0 +1 @@
|
|||
export * from "@/plane-web/components/issues/worklog/activity/worklog-create-button";
|
||||
1
web/ee/components/issues/properties/index.ts
Normal file
1
web/ee/components/issues/properties/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./root";
|
||||
1
web/ee/components/issues/properties/root.tsx
Normal file
1
web/ee/components/issues/properties/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "@/plane-web/components/issues/worklog/property/root";
|
||||
Loading…
Add table
Add a link
Reference in a new issue