-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Clean up imports by moving layoutset hooks from ux-editor to shared #13587
Conversation
…s they are shared
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13587 +/- ##
=======================================
Coverage 95.20% 95.20%
=======================================
Files 1498 1498
Lines 20470 20474 +4
Branches 2476 2476
=======================================
+ Hits 19489 19493 +4
Misses 873 873
Partials 108 108 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testet ok👍
Description
ux-editor
package, but was imported and used in several other packages. They where therefore moved toshared
as they are shared between different packages.Related Issue(s)
Verification