Imports tradein-mvp/frontend (38 components) to a claude.ai/design design-system project. Synth-entry build (Next.js app, no dist): - overrides/source-kit.mjs: process.env shim for browser IIFE - preview-provider.tsx: seeded TanStack Query provider (mirrors the repo's offline ui-preview client) so fetch-coupled + auth-gated cards render - previews/*.tsx: authored preview compositions (real fixture data) - conventions.md: README header for the design agent - config.json + NOTES.md: reproducible re-sync inputs
3 lines
244 B
TypeScript
3 lines
244 B
TypeScript
// Shared preview fixtures — re-export the repo's own offline UI-preview fixture
|
|
// (realistic ЕКБ 2-к secondary). Type imports inside are erased by esbuild.
|
|
export * from '../../tradein-mvp/frontend/src/app/ui-preview/estimate/fixture';
|