/** * Session Management Page * View and manage active sessions across all devices */ 'use client'; import { SessionsManager } from '@/components/settings'; export default function SessionsPage() { return (

Active Sessions

View and manage devices signed in to your account

); }