/**
 * ServicesCatalog Legacy Re-export
 *
 * Re-exports the unified <ServiceDiscovery /> component.
 */

export { ServiceDiscovery as ServicesCatalog, ServiceDiscovery } from '@/components/ServiceDiscovery';
export type { ServiceDiscoveryProps } from '@/components/ServiceDiscovery';
export default function ServicesCatalogDefault() {
  return null;
}
