Recommended way top have imports from one layer to another
We have a setup with multiple layers, base, design-system, ab-testing. What is the recommended way if you want to use a composable from the base layer in the ab-testing layer. Should the ab layer be extended by the base layer or should this be a relative or auto import?
0 Replies