Skip to content

Commit

Permalink
Merge pull request #456 from Chaem03/feature/#349
Browse files Browse the repository at this point in the history
🎨 Design: footer 색상변경
  • Loading branch information
Chaem03 authored Aug 6, 2024
2 parents d9eb857 + 93b597b commit 0d77b98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/StarPage/StarPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import DateRangeCalendar from "../../components/DateRangeCalendar/DateRangeCalen
import Modal from "../../components/Modal/Modal";
import { CheckUp } from "../../components/CheckUp/CheckUp";
import { StarHeader } from "../../components/StarHeader/StarHeader";
import SharePage from "@/pages/Share/Share";
import { useRecoilValue, useRecoilState, useSetRecoilState } from "recoil";
import {
routineStart,
Expand All @@ -16,7 +15,6 @@ import {
CheckVisible,
registerID,
} from "../../stores/routineRegister";
import SharePage from "@/pages/Share/Share";
import { format, addHours } from "date-fns";
import { isLoading } from "@/stores/loading";
import { Loading } from "../Loading/Loading";
Expand All @@ -31,7 +29,6 @@ const StarPage = () => {
const setID = useSetRecoilState(registerID);
const starData = starP && starP.data ? starP.data : null;
const [term, setTerm] = useState(0);
const [isClearStarPVisible, setIsClearStarPVisible] = useState(false);
const loadingStatus = useRecoilValue(isLoading);
const handlePlusButtonClick = (routineId) => {
setIsCalendarVisible(true);
Expand Down

0 comments on commit 0d77b98

Please sign in to comment.