'use client'; import React from 'react'; import { signout } from '../actions'; export default function SignOutButton() { return ( ); }