Skip to content

Commit

Permalink
Merge pull request #90 from Hanjuri/feature/#49
Browse files Browse the repository at this point in the history
fix:파일경로 문제 해결
  • Loading branch information
Hanjuri authored Sep 9, 2024
2 parents 824e0df + 00bd209 commit 5c4e10f
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 5c4e10f

Please sign in to comment.