import { getChatList, removeChat, shareChat, shareChatV2 } from '@/app/actions' import { SidebarActions } from '@/components/sidebar-actions' import { SidebarItem } from '@/components/sidebar-item' import { LoginButton } from './login-button' export interface SidebarListProps { userId?: string } export async function SidebarList({ userId }: SidebarListProps) { const chats = await getChatList() return (
No chat history
) : (