- types.ts: LicenseConfig - useCreateProductView: form state, updateLicense, handlePublish, handleSaveDraft - CreateProductViewHeader, CoverCard, FilesCard, DetailsCard, PricingCard - CreateProductViewSkeleton for Loading state - Textarea min-h-24 (no arbitrary value) - MSW: POST marketplace/products for Storybook - Stories: Default, Loading (Skeleton) - Re-export from CreateProductView.tsx Co-authored-by: Cursor <cursoragent@cursor.com>
1 line
59 B
TypeScript
1 line
59 B
TypeScript
export { CreateProductView } from './create-product-view';
|