Skip to content

Commit d6b083b

Browse files
authored
Cleaned up unused imports in ProjectsSkeleton.tsx (#250)
1 parent d872f50 commit d6b083b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/skeleton/ProjectsSkeleton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const ProjectsPageSkeleton = () => {
1515
export const ProjectsSkeleton = () => {
1616
return (
1717
<>
18-
{/* Header */}
1918
<motion.div
2019
className='flex flex-col xl:flex-row justify-between items-start xl:items-center gap-3 sm:gap-4 xl:gap-0'
2120
variants={fadeInUp}
@@ -29,7 +28,6 @@ export const ProjectsSkeleton = () => {
2928
</div>
3029
</motion.div>
3130

32-
{/* Projects Grid */}
3331
<motion.div
3432
className='grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6'
3533
variants={staggerContainer}

0 commit comments

Comments
 (0)