async function logout(): Promise { await fetch("/api/logout",{ method:"POST" }) } export default logout