// LEGACY placeholder — to be filled in by T-1.6 (multi-session CRUD) import type { Express } from "express"; export function registerSessionsRoutes(_app: Express): void { // TODO T-1.6: S-09 sessions lifecycle endpoint }