<@UD4701708> the most likely reason you would see ...
# general
w
@orange-tailor-85423 the most likely reason you would see this is if the second file is not getting imported by anything your main entry point imports. You should just be able to add an
import
. You may want/need to grab an export from that and use it or export it from your main entry point.