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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user