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

@@ -217,7 +217,7 @@ function App() {
case "projects":
return (
<div className="flex-1 flex items-center justify-center p-4 overflow-y-auto">
<div className="flex h-full items-center justify-center p-4 overflow-y-auto">
<div className="w-full max-w-2xl">
{/* Header with back button */}
<motion.div