Skip to content

Commit

Permalink
fix:파일경로 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjuri committed Sep 9, 2024
1 parent a5e7f93 commit 00bd209
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 00bd209

Please sign in to comment.