ci-secure-api
ci-secure-api copied to clipboard
User Profile js File error
Refernce: https://www.twilio.com/blog/build-single-page-application-php-codeigniter-react
When I am going with webpack bind the code, then its shows Error in Unexpected token, expected ", user/profile.js
Please do the needful
const UserProfile = () => { const user = loadUser();
return (
user.name
)
};