chore: update component exports and fix merge artifacts

- Export new preview components
- Remove unused imports from upstream merge
- Update .gitignore patterns
- Clean up TypeScript errors from merge conflicts
This commit is contained in:
Mufeed VH
2025-06-23 00:31:13 +05:30
parent 7eab880bbc
commit abe0891b0b
5 changed files with 42 additions and 17 deletions

View File

@@ -298,7 +298,7 @@ export const CCAgents: React.FC<CCAgentsProps> = ({ onBack, className }) => {
animate={{ opacity: 1, y: 0 }}
exit={{ opacity: 0, y: -20 }}
transition={{ duration: 0.2 }}
className="space-y-8"
className="pt-6 space-y-8"
>
{/* Agents Grid */}
<div>