Skip to content

Commit

Permalink
fix: build error 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGUMMY1 committed Jun 12, 2024
1 parent f6945e5 commit 3742bee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/my-shop/[noticeId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import NoticeDetailed from "@/components/notice/NoticeDetailed";
import { useGetDetailedNotice } from "@/hooks/useGetDetailedNotice";
import { useEffect, useState, useCallback } from "react";
import { getApplicantList, putApplicationStatus } from "@/api/notice";
import { IApplicantGetApiData } from "./DetailedMyShopNotice.types";
import { IApplicant } from "@/types/User";
import { useModal } from "@/hooks/useModal";
import ApplicationList from "@/components/notice/ApplicationList";
import { useRecoilValue } from "recoil";
import { employerAtom } from "@/atoms/employerAtom";
import { useRouter } from "next/router";
import { IApplicantGetApiData } from "@/types/MyShopNotice";

const cx = classNames.bind(styles);

Expand Down
File renamed without changes.

0 comments on commit 3742bee

Please sign in to comment.