/**
 * catalog/vendor/group-deals — re-export shim.
 *
 * Vendor API routes import from here instead of db/queries/group-deals directly.
 * Keeps the catalog layer as the public interface; query layer stays internal.
 */
export * from '@/server/db/queries/group-deals.js';
