diff --git a/apps/nextjs/src/components/AppComponents/Chat/sidebar-actions.tsx b/apps/nextjs/src/components/AppComponents/Chat/sidebar-actions.tsx index 90d157eaa..af53a2979 100644 --- a/apps/nextjs/src/components/AppComponents/Chat/sidebar-actions.tsx +++ b/apps/nextjs/src/components/AppComponents/Chat/sidebar-actions.tsx @@ -3,6 +3,7 @@ import * as React from "react"; import { toast } from "react-hot-toast"; +import { BellIcon } from "@radix-ui/react-icons"; import { useRouter } from "next/navigation"; import { ChatShareDialog } from "@/components/AppComponents/Chat/chat-share-dialog"; @@ -59,6 +60,7 @@ export function SidebarActions({ chat }: SidebarActionsProps) { Share chat + TEST