Skip to content

Commit

Permalink
fix(AAiT.web.1): Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-OfAnton committed Aug 31, 2023
1 parent 1819f5d commit 90f9ea7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aait/web/group-1/app/profile/my-blogs/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
// import Card from '@/components/profile/Card';

export default function Page() {
return (
Expand All @@ -11,7 +10,6 @@ export default function Page() {
<div className='grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 place-items-center gap-4'>
{Array.from({ length: 8 }).map((_, index) => (
<div key={index} className=''>
{/* <Card /> */}
</div>
))}
</div>
Expand Down

0 comments on commit 90f9ea7

Please sign in to comment.