//import red from '../res/js/red' const login = ({username, pwd}) => { return {username}; } const logout = () => { }