'use client'
const MSGS = [
{ id:1, text:'Hello! How can I help you today?', sender:'ai', time:'10:00' },
{ id:2, text:'Generate a dashboard component with charts', sender:'user', time:'10:01' },
{ id:3, text:'Sure! Here is a responsive dashboard with bar and donut charts.', sender:'ai', time:'10:01' },
{ id:4, text:'Can you add dark mode?'ChatBubble