fix: intake refactor (#6698)
* fix: refactor * fix: refactor * fix: type * chore: added source data in intake * fix: css --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
075c234385
commit
e22265dc93
18 changed files with 104 additions and 94 deletions
|
|
@ -3,3 +3,4 @@ export * from "./issue-properties-activity";
|
|||
export * from "./issue-type-switcher";
|
||||
export * from "./issue-type-activity";
|
||||
export * from "./parent-select-root";
|
||||
export * from "./issue-creator";
|
||||
|
|
|
|||
1
web/ee/components/issues/issue-details/issue-creator.tsx
Normal file
1
web/ee/components/issues/issue-details/issue-creator.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issues/issue-details/issue-creator";
|
||||
1
web/ee/store/project-inbox.store.ts
Normal file
1
web/ee/store/project-inbox.store.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/store/project-inbox.store";
|
||||
Loading…
Add table
Add a link
Reference in a new issue