6 lines
432 B
TypeScript
6 lines
432 B
TypeScript
import { SystemHealthSection } from 'tradein-mvp-frontend';
|
||
|
||
/** Статус системы скраппера: fetch-режим, browser-сервис, прокси провайдеров.
|
||
* Фетчит /admin/scraper/health через useScraperHealth (data-prop нет). В превью
|
||
* без сети — заголовок + hint + loading/error. Fetch-coupled. */
|
||
export const Default = () => <SystemHealthSection />;
|