import { getChats } from '@/app/actions' import { SidebarItem } from '@/components/sidebar-item' import { LoginButton } from '@/components/login-button' export interface SidebarListProps { userId?: string } export async function SidebarList({ userId }: SidebarListProps) { if (!userId) { return (
You are not logged in!
Please login for chat history.
No chat history