initial release testing
This commit is contained in:
11
components/logout-button.tsx
Normal file
11
components/logout-button.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { logoutAction } from "@/lib/actions";
|
||||
|
||||
export function LogoutButton() {
|
||||
return (
|
||||
<form action={logoutAction}>
|
||||
<button className="button secondary" type="submit">
|
||||
Log Out
|
||||
</button>
|
||||
</form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user