a tool for shared writing and social publishing
0
fork

Configure Feed

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

make action button client component

+1
+1
components/ActionBar/ActionButton.tsx
··· 1 + "use client"; 1 2 import { useContext, useEffect } from "react"; 2 3 import { SidebarContext } from "./Sidebar"; 3 4 import React, { forwardRef, type JSX } from "react";