File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33import { useTranslation } from "@/i18n/use-translation" ;
44import { formattedTime } from "@/lib/utils" ;
55import { useSession } from "@/store/session.atom" ;
6- import clsx from "clsx" ;
76import Image from "next/image" ;
87import Link from "next/link" ;
98import { useMemo } from "react" ;
109import { useLoginPopup } from "./app-login-popup" ;
11- import { ResourceBookmarkable } from "./render-props/ResourceBookmarkable " ;
10+ import ResourceBookmark from "./ResourceBookmark " ;
1211import ResourceReaction from "./ResourceReaction" ;
1312import { HoverCard , HoverCardContent , HoverCardTrigger } from "./ui/hover-card" ;
1413import UserInformationCard from "./UserInformationCard" ;
15- import ResourceBookmark from "./ResourceBookmark" ;
1614
1715interface ArticleCardProps {
1816 id : string ;
You can’t perform that action at this time.
0 commit comments