export default Obj = new SomeObj()
Would a different SomeObj be created and exported to every module that imports from this module?
SomeObj
Or would the same SomeObj be exported to all calling modules?