UNPKG

ruch

Version:

Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.

4 lines (3 loc) 127 B
// UI exports for the product domain export { ProductView } from './ProductView'; export { ProductCard } from './ProductCard';