index.ts 65 B

12345
  1. const login = async () => {
  2. return;
  3. };
  4. export default login;