refactor: favorites sidebar implementation (#6716)
* chore: code separation for favorites * chore: error handling
This commit is contained in:
parent
40c0bbcfb4
commit
cb344ea1f5
8 changed files with 121 additions and 50 deletions
1
web/ee/constants/index.ts
Normal file
1
web/ee/constants/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./sidebar-favorites";
|
||||
1
web/ee/constants/sidebar-favorites.ts
Normal file
1
web/ee/constants/sidebar-favorites.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/constants/sidebar-favorites";
|
||||
1
web/ee/hooks/use-additional-favorite-item-details.ts
Normal file
1
web/ee/hooks/use-additional-favorite-item-details.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/hooks/use-additional-favorite-item-details";
|
||||
Loading…
Add table
Add a link
Reference in a new issue