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

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