/**
 * Client-safe re-export of parseDealsPath.
 * The implementation lives in src/server/routing/parseDealsPath.ts but
 * contains no server-only imports — safe for React islands.
 */
export { parseDealsPath, type ParsedDealsPath } from '@/server/routing/parseDealsPath';
