Skip to content

Commit

Permalink
Merge pull request #334 from prgrms-web-devcourse-final-project/fix/#331
Browse files Browse the repository at this point in the history


fix: 빌드 에러 수정
  • Loading branch information
y0unj1NoH authored Dec 9, 2024
2 parents 44ae0fc + edbd7e3 commit f0ddc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useQuery } from "@tanstack/react-query";
import { Loading } from "components/molecules/Loading";
import { IPost } from "components/organisms/PostList";
import { HomeTemplate } from "components/templates";
import { useEffect, useCallback } from "react";
import { useEffect } from "react";
import { useNavigate } from "react-router-dom";
import { http } from "services/api";
import { useHeaderStore, useUserStore } from "stores";
Expand Down

0 comments on commit f0ddc26

Please sign in to comment.