unexpected token react
check the end of your code its missing a single }
// return (
//
// welcome tourist
// welcome local tourist
//
// );
}
export default UserGreetings; //this has unexpected token error
// return (
//
// welcome tourist
// welcome local tourist
//
// );
}
}
export default UserGreetings; //this one has no eeror
|