Concept Flow - Importing values
Start
Import statement encountered
Look for exported values in module
Retrieve requested values
Assign values to local variables
Use imported values in code
End
When JavaScript sees an import statement, it finds the exported values from another file and assigns them to local variables to use in the current file.