File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33import { useTranslation } from "@/i18n/use-translation" ;
44import { formattedTime } from "@/lib/utils" ;
5+ import { useSession } from "@/store/session.atom" ;
56import clsx from "clsx" ;
67import Image from "next/image" ;
78import Link from "next/link" ;
89import { useMemo } from "react" ;
10+ import { useLoginPopup } from "./app-login-popup" ;
911import { ResourceBookmarkable } from "./render-props/ResourceBookmarkable" ;
10- import { ResourceReactionable } from "./render-props/ResourceReactionable " ;
12+ import ResourceReaction from "./ResourceReaction " ;
1113import { HoverCard , HoverCardContent , HoverCardTrigger } from "./ui/hover-card" ;
1214import UserInformationCard from "./UserInformationCard" ;
13- import { useLoginPopup } from "./app-login-popup" ;
14- import { useSession } from "@/store/session.atom" ;
15- import ResourceReaction from "./ResourceReaction" ;
1615
1716interface ArticleCardProps {
1817 id : string ;
You can’t perform that action at this time.
0 commit comments