I am using module federation for microfrontends, and in each microfrontend I use atomic architecture. I have a module called atoms that contains and exports many components. I want to use these components from the other microfront. How I do this?
I looked for information on the subject but the only thing I found is importing and using modules in the routing file.