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

6 lines
454 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 { DataQualitySection } from 'tradein-mvp-frontend';
/** Coverage-секция: таблица заполнения полей по источникам + обогащение домов.
* Фетчит /admin/scraper/data-quality через useQuery (без data-prop). В превью
* без сети рендерит заголовок + hint + graceful-degradation. Fetch-coupled. */
export const Default = () => <DataQualitySection />;