[WEB-2688] chore: added icons and splitted issue header (#6195)

* chore: added icons and splitted issue header

* fix: added ee filler component

* fix: component name fixed

* fix: removed dupes

* fix: casing
This commit is contained in:
Akshita Goyal 2024-12-13 13:31:13 +05:30 committed by GitHub
parent 77239ebcd4
commit b4112358ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 341 additions and 133 deletions

View file

@ -0,0 +1 @@
export * from "ce/components/issues/header";

View file

@ -4,3 +4,4 @@ export * from "./issue-modal";
export * from "./issue-details";
export * from "./quick-add";
export * from "./filters";
export * from "./header";