Leaflet Blog in Deno Fresh

Update post-list-item.tsx

Changed files
+2 -2
components
+2 -2
components/post-list-item.tsx
···
"use client";
import { useEffect, useRef, useState } from "preact/hooks";
-
import { ComWhtwndBlogEntry } from "npm:@atcute/client/whitewind";
import { cx } from "../lib/cx.ts";
···
post,
rkey,
}: {
-
post: ComWhtwndBlogEntry.Record;
rkey: string;
}) {
const [isHovered, setIsHovered] = useState(false);
···
"use client";
import { useEffect, useRef, useState } from "preact/hooks";
+
import { ComWhtwndBlogEntry } from "npm:@atcute/whitewind";
import { cx } from "../lib/cx.ts";
···
post,
rkey,
}: {
+
post: ComWhtwndBlogEntry.Main;
rkey: string;
}) {
const [isHovered, setIsHovered] = useState(false);