import { ChatInterface } from '../ChatInterface'; import { ThemeProvider } from '../ThemeProvider'; import { SidebarProvider } from '@/components/ui/sidebar'; import { AppSidebar } from '../AppSidebar'; export default function ChatInterfaceExample() { const style = { "--sidebar-width": "20rem", "--sidebar-width-icon": "4rem", }; return (
console.log('Settings clicked')} />
); }