Skip to content

Commit

Permalink
feta(moreCards):more cards added
Browse files Browse the repository at this point in the history
  • Loading branch information
pritam-ea committed May 17, 2024
1 parent ef98894 commit 5851240
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/CardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ const CardList = () => {
{ id: 2, text: 'Card 2' },
{ id: 3, text: 'Card 3' },
{ id: 4, text: 'Card 4' },
{ id: 5, text: 'Card 5' },
{ id: 6, text: 'Card 6' },
{ id: 7, text: 'Card 7' },
{ id: 8, text: 'Card 8' },
{ id: 9, text: 'Card 9' },
{ id: 10, text: 'Card 10' },
{ id: 11, text: 'Card 11' },
{ id: 12, text: 'Card 12' },
{ id: 13, text: 'Card 13' },
{ id: 14, text: 'Card 14' },
{ id: 15, text: 'Card 15' },
{ id: 16, text: 'Card 16' },
]);

const moveCard = useCallback((dragIndex, hoverIndex) => {
Expand Down

0 comments on commit 5851240

Please sign in to comment.