From 9c46aed50cf23fa79a529a772c19d765ac8ce337 Mon Sep 17 00:00:00 2001 From: Utsavladia Date: Thu, 8 Aug 2024 19:03:25 +0530 Subject: [PATCH] Fixed build error --- frontend/src/pages/Posts.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/Posts.tsx b/frontend/src/pages/Posts.tsx index 82a1fb7..c2f4192 100644 --- a/frontend/src/pages/Posts.tsx +++ b/frontend/src/pages/Posts.tsx @@ -1,5 +1,4 @@ import { useEffect, useState, useRef } from "react"; -import Loader from "../components/Loader"; import PostCard from "../components/PostCard"; import { userState } from "../store/atoms/auth"; import { useRecoilValue } from "recoil";