gendesign/.design-sync/previews/ProviderProxySection.tsx

6 lines
419 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { ProviderProxySection } from 'tradein-mvp-frontend';
/** Прокси-блок внутри вкладки провайдера. Фетчит /admin/scraper/health через
* useScraperHealth (по source), data-prop нет. В превью без сети — заголовок
* «Прокси» + loading/error. Fetch-coupled. */
export const Default = () => <ProviderProxySection source="avito" />;