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

8 lines
469 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 { PhotoUpload } from 'tradein-mvp-frontend';
/** Загрузка фото квартиры (#394). Карточка с заголовком, счётчиком N/12 и
* файл-инпутом. Реальный UUID → активный аплоадер «0 / 12» (фетч списка фото
* офлайн молча игнорируется). */
export const Default = () => (
<PhotoUpload estimateId="3f2a9c10-7b4d-4e8a-9f12-6c5b1a2d3e4f" />
);