Skip to content

Commit

Permalink
chore:removed redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Sep 24, 2023
1 parent fc6422a commit a35c6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/home/HeroPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import APIMethods from "../../lib/axios/api";
import { blogTypes } from "../blog/types/blogTypes";
import SentimentDissatisfiedIcon from "@mui/icons-material/SentimentDissatisfied";
import useSearchStore from "../../lib/store/useSearchStore";
import SearchedBlogs from "./components/SearchedBlogs";

// const blogs = [
// {
Expand Down

0 comments on commit a35c6a1

Please sign in to comment.