import { logoutSession } from "../../services/auth"; export default defineEventHandler((event) => logoutSession(event));