diff --git a/src/App.test.js b/src/App.test.js index 0d39712..1dd2118 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -13,3 +13,4 @@ test("로고 제작 완료", () => { const linkElement = screen.getByText(/learn react/i); expect(linkElement).toBeInTheDocument(); }); +dd; diff --git a/src/components/PopularUL/PopularUL.jsx b/src/components/PopularUL/PopularUL.jsx new file mode 100644 index 0000000..6b74aa4 --- /dev/null +++ b/src/components/PopularUL/PopularUL.jsx @@ -0,0 +1,7 @@ +import React from "react"; + +const PopularUL = () => { + return