a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix importing client component for rss feed

+2 -1
-1
app/lish/[did]/[publication]/[rkey]/PostContent.tsx
··· 1 - "use client"; 2 1 import { 3 2 PubLeafletBlocksHeader, 4 3 PubLeafletBlocksImage,
+1
components/Popover.tsx
··· 1 + "use client"; 1 2 import * as RadixPopover from "@radix-ui/react-popover"; 2 3 import { theme } from "tailwind.config"; 3 4 import { NestedCardThemeProvider } from "./ThemeManager/ThemeProvider";
+1
components/Toolbar/ImageToolbar.tsx
··· 1 + "use client"; 1 2 import { ToolbarButton } from "."; 2 3 import { useEntity, useReplicache } from "src/replicache"; 3 4 import { useUIState } from "src/useUIState";