import type { MockSession } from "@/lib/mock-auth"; export function getDashboardRedirectPath(session: MockSession | null) { return session ? null : "/"; }