Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Sep 6, 2024
1 parent b66c33a commit c9188ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/services/studyVote/StudyVoteDrawer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dayjs from "dayjs";
import { useSession } from "next-auth/react";
import { useParams } from "next/navigation";
import { useSession } from "next-auth/react";
import { useEffect, useState } from "react";
import { useQueryClient } from "react-query";
import { useRecoilValue } from "recoil";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box } from "@chakra-ui/react";
import { useSession } from "next-auth/react";
import { useRouter, useSearchParams } from "next/navigation";
import { useSession } from "next-auth/react";
import { useRecoilValue } from "recoil";

import DateVoteBlock from "../../../../components/molecules/DateVoteBlock";
Expand Down
2 changes: 1 addition & 1 deletion pageTemplates/vote/VoteTimeDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { IBottomDrawerLgOptions } from "../../components/organisms/drawer/Bottom
import StudyVoteTimeRulletDrawer from "../../components/services/studyVote/StudyVoteTimeRulletDrawer";
import { STUDY_VOTE, STUDY_VOTE_CNT } from "../../constants/keys/queryKeys";
import {
PointSystemProp,
POINT_SYSTEM_PLUS,
PointSystemProp,
} from "../../constants/serviceConstants/pointSystemConstants";
import { useToast } from "../../hooks/custom/CustomToast";
import { useStudyParticipationMutation } from "../../hooks/study/mutations";
Expand Down

0 comments on commit c9188ca

Please sign in to comment.