Skip to content

Commit

Permalink
Merge pull request #92 from KakaoTech-BootCamp-Team-2/dev
Browse files Browse the repository at this point in the history
🚀 fix:파일경로 수정
  • Loading branch information
Hanjuri authored Sep 9, 2024
2 parents fdfe1c4 + 5c4e10f commit 8095b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chat/ChatList.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import * as styles from "./styled/ChatList.styled";
import profileimg from "../../assets/dummyImages/peopleList2.png";
import profileimg from "../../assets/dummyImages/peoplelist2.png";

const ChatList = (props) => {
const truncatedContent =
Expand Down

0 comments on commit 8095b38

Please sign in to comment.