Files
Horux360/apps/web/components/ui/index.ts
Consultoria AS 74b1bb8c02 fix: add missing UI components and utilities
- Add tabs.tsx component
- Add select.tsx component
- Add formatCurrency utility function
- Export new components from index

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 03:40:03 +00:00

7 lines
405 B
TypeScript

export { Button, buttonVariants, type ButtonProps } from './button';
export { Input, type InputProps } from './input';
export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } from './card';
export { Label } from './label';
export { Tabs, TabsList, TabsTrigger, TabsContent } from './tabs';
export { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './select';