What dose import mean here ?

Hi,
Import is an npm concept used to import functionality from another file or module.
In your case, note that the sample code has 2 files, and the import gets the array of states from another file:

You should make sure to create a similar page or create an inline array that’s built the same.