Question about Using Namespaced Imports for Local Packages in Effect

Hey folks!
I use
effect
package as a dependency of my web app as well as local packages with my Effect schemas exported.

I know that we should use namespaced imports from
effect
packages. But what about our local packages? Should we use namespaced imports too or it doesn't matter?
Was this page helpful?