/home/techb158/cosmic-risk.abdallabala.com/src/components
NameSizeModeActions
AppShell.jsx33760644editdlrm
ErrorBoundary.jsx9510644editdlrm
LogoutButton.jsx3950644editdlrm
Edit: /home/techb158/cosmic-risk.abdallabala.com/src/components/LogoutButton.jsx (395B)
'use client'; export default function LogoutButton({ className, children }) { return (
{ e.preventDefault(); await fetch('/api/auth/logout', { method: 'POST' }); window.location.href = '/'; }}>
); }