export const SessionTable = ( { sessions, currentSessionId }: { sessions: any[]; currentSessionId: string; }, ) => { return ( ); };