ECHOES-1280 Fix architecture issue ("common" depending on "components")#670
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1fcebea to
045237a
Compare
|
SummaryThis PR fixes an architectural layering issue where The fix moves the What reviewers should knowWhat changed:
Why it matters: This prevents "common" from depending on "components", keeping architectural boundaries clean. The constant is only used in To review: Check that the moved constant still has the same values and behavior in its new location, and verify that the
|




ECHOES-1280