1If the variable is declred but not found so you are getting 'undefined variable'
2then it can be happen for many reasons but one of them and mostly occured one is'
3"import" order.
4
5Please reorder your import statement and make sure that
6 "the variables file at the top"
7of all import statement.