Skip to content

Commit 6fded8f

Browse files
committed
fix [] 파일 이름과 동일한 component 이름 사용
1 parent 6845113 commit 6fded8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/rolling-paper-list-page.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function getCachedImage(url) {
7171
return cache[url].src;
7272
}
7373

74-
function ShowMessageList() {
74+
function RollingPaperListPage() {
7575
const navigate = useNavigate();
7676

7777
const [recipientsData, setRecipientsData] = useState([]);
@@ -187,4 +187,4 @@ function ShowMessageList() {
187187
);
188188
}
189189

190-
export default ShowMessageList;
190+
export default RollingPaperListPage;

0 commit comments

Comments
 (0)