|
|||||
Use declaration error.
Additional Information
The left-hand side of a use clause can only refer to a name exported from the imported module.
Explanation
A use clause refers to a name that is not exported from the module imported by the 'import' statement.