styles-update

This commit is contained in:
Rogelio
2025-10-23 20:09:37 +00:00
parent 92a368a4c5
commit 97ca710495
9 changed files with 24 additions and 69 deletions

5
dist/index.js vendored
View File

@@ -1,9 +1,6 @@
// src/index.ts
export { default as Button } from './Button';
export { default as Card } from './Card';
export { default as CardHeader } from './Card';
export { default as CardFooter } from './Card';
export { default as CardContent } from './Card';
export { Card, CardHeader, CardContent, CardFooter } from './Card';
export { default as Input } from './Input';
export { default as Message } from './Message';
export { default as ChatInterface } from './ChatInterface';