Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jihwooon committed Mar 2, 2024
1 parent 0cfd6d9 commit 3d3c9c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/books/BooksList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const BooksList = ({ books}: Props) => {
);
};



const BooksListStyle = styled.div`
display: grid;
grid-template-columns: repeat(4, 1fr);
Expand Down

0 comments on commit 3d3c9c2

Please sign in to comment.