Skip to content

Commit

Permalink
chore: model 폴더명 변경 -> Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
donghunee committed Jul 9, 2024
1 parent 3d9ebc4 commit 78824a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/common/modal/Modal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ModalPortal from "@/component/common/modal/ModalPortal";
import ModalPortal from "@/component/common/Modal/ModalPortal";

Check failure on line 1 in src/component/common/modal/Modal.tsx

View workflow job for this annotation

GitHub Actions / build

Cannot find module '@/component/common/Modal/ModalPortal' or its corresponding type declarations.
import useModal from "@/hooks/useModal";
import { css } from "@emotion/react";
import { useEffect, useRef } from "react";
Expand Down

0 comments on commit 78824a6

Please sign in to comment.