imports must be at the top of the file, not inside a function
Import statement inside a function or block
Move the import statement to the top of the file, outside of any function or block.