Skip to content

Commit

Permalink
Merge pull request #231 from oreumi-dreamer/jihun
Browse files Browse the repository at this point in the history
🔧 ReportModal 경로 대소문자 수정
  • Loading branch information
jihun-io authored Dec 20, 2024
2 parents 0e7a3d6 + 1813424 commit a457846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { outsideClickModalClose } from "@/utils/outsideClickModalClose";
import { Divider, ShareModal } from "../Controls";
import useTheme from "@/hooks/styling/useTheme";
import WritePost from "../write/WritePost";
import ReportModal from "../report/report";
import ReportModal from "../report/Report";

export default function Post({
styles,
Expand Down

0 comments on commit a457846

Please sign in to comment.