diff --git a/frontend/src/components/FeedList.tsx b/frontend/src/components/FeedList.tsx index 430a1b9..b1808c2 100644 --- a/frontend/src/components/FeedList.tsx +++ b/frontend/src/components/FeedList.tsx @@ -1,5 +1,6 @@ import { useQuery } from "@tanstack/react-query"; import { Link, useParams } from "@tanstack/react-router"; +import { FaChevronRight } from "react-icons/fa"; interface Feed { id: string; @@ -22,25 +23,34 @@ const FeedList = () => { }); return ( - +