Skip to content

Commit

Permalink
refactor: #28 MainPage import 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
donghunee committed Jul 15, 2024
1 parent c050f04 commit da43904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { useAtom } from "jotai";

import Button from "@/component/Button/Button";
import { Modal } from "@/component/common/Modal/Modal";
import { Toast } from "@/component/common/Toast/Toast";
import { Modal } from "@/component/common/Modal";
import { Toast } from "@/component/common/Toast";
import { useModal } from "@/hooks/useModal";
import { useToast } from "@/hooks/useToast";
import { messageAtom } from "@/store/messageAtom.tsx";
Expand Down

0 comments on commit da43904

Please sign in to comment.