I need to refactor some of my components into the shared library and those components have service as a dependency. Problem is - instance of the service i have to provide in the app where those components will be used (as a library).
What is the prefered approach to solve this problem in effect-atom?