Skip to content

Commit

Permalink
chore: react-infinite-scroller 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wonsik3686 committed Aug 18, 2024
1 parent f6467aa commit bb8cc7d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
18 changes: 14 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"normalize.css": "^8.0.1",
"react": "^18",
"react-dom": "^18",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.26.0",
"reset-css": "^5.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

&__buttonWrapper {
display: flex;
justify-content: end;
justify-content: flex-end;
}
}

0 comments on commit bb8cc7d

Please sign in to comment.