File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11import { PageContent } from "@/components/PageContent" ;
2- import { Link , PlusIcon } from "lucide-react" ;
2+ import { PlusIcon } from "lucide-react" ;
33import { postMocks } from "mocks/postMocks" ;
44import { Badge } from "@/components/ui/Badge" ;
55import { Button } from "@/components/ui/Button" ;
66import { PostAuthor } from "@/sections/Post/PostAuthor" ;
77import { PostCard } from "@/sections/Post/PostCard" ;
8+ import { Link } from "@tanstack/react-router" ;
89
910export const HomePage = ( ) => {
1011 return (
Original file line number Diff line number Diff line change 11import { PageContent } from "@/components/PageContent" ;
22import { Button } from "@/components/ui/Button" ;
3- import { Avatar } from "@radix-ui/react-avatar" ;
43import { useParams } from "@tanstack/react-router" ;
5- import { UserPlusIcon , PlusIcon , Badge } from "lucide-react" ;
4+ import { UserPlusIcon , PlusIcon } from "lucide-react" ;
65import { membershipMocks } from "mocks/membershipMocks" ;
76import { postMocks } from "mocks/postMocks" ;
87import { PostAuthor } from "../Post/PostAuthor" ;
98import { PostCard } from "../Post/PostCard" ;
109import { Tabs } from "@/components/ui/Tabs" ;
10+ import { Badge } from "@/components/ui/Badge" ;
11+ import { Avatar } from "@/components/Avatar" ;
1112
1213export const CommunityPage = ( ) => {
1314 const communityParams = useParams ( { from : "/_left-sidebar/communities/$id" } ) ;
You can’t perform that action at this time.
0 commit comments