Slightly confusing to use the term "import" here since that references a specific functionality (which use executes in addition to loading, but require does not). Here you are just talking about loading modules, not importing them, these are two different steps.
Slightly confusing to use the term "import" here since that references a specific functionality (which
useexecutes in addition to loading, butrequiredoes not). Here you are just talking about loading modules, not importing them, these are two different steps.Ok, I edited a bit to try to avoid confusion 👍