TorbatYar/frontend/components/ui/index.ts
Mortezakoohjani 0d424c500a feat(platform): complete commercial runtime consolidation
Unify commercial runtime ownership across backend and frontend so platform, experience, and hospitality modules use the shared commercial source of truth.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 11:11:53 +03:30

9 lines
360 B
TypeScript

export { Badge } from "./Badge";
export type { BadgeProps } from "./Badge";
export { Button } from "./Button";
export type { ButtonProps } from "./Button";
export { Container } from "./Container";
export type { ContainerProps } from "./Container";
export { SectionTitle } from "./SectionTitle";
export type { SectionTitleProps } from "./SectionTitle";