"use client"; export default function LogoutButton() { const backend = process.env.NEXT_PUBLIC_BACKEND_URL ?? "http://localhost:8080"; return (
); }