'use client'; import { useAuth } from '@/context/middleware'; export default function SignOut() { const { logout } = useAuth(); return ( ); }