Skip to content

Commit

Permalink
Merge pull request #33 from prgrms-fe-devcourse/feat14-section2-3-인기ul
Browse files Browse the repository at this point in the history
✨ Popular UL  구현
  • Loading branch information
youjin-hong authored Nov 13, 2024
2 parents 2f8e458 + d522f5c commit 99a7657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ test("로고 제작 완료", () => {
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});
dd;
7 changes: 7 additions & 0 deletions src/components/PopularUL/PopularUL.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";

const PopularUL = () => {
return <div>PopularUL!!</div>;
};

export default PopularUL;

0 comments on commit 99a7657

Please sign in to comment.