Add thinking placeholder message (#496)
This commit is contained in:
parent
0001c24d09
commit
b5c165714b
4 changed files with 67 additions and 13 deletions
|
|
@ -3,17 +3,10 @@
|
|||
import Link from 'next/link';
|
||||
import { type User } from 'next-auth';
|
||||
|
||||
import { PlusIcon, VercelIcon } from '@/components/custom/icons';
|
||||
import { PlusIcon } from '@/components/custom/icons';
|
||||
import { SidebarHistory } from '@/components/custom/sidebar-history';
|
||||
import { SidebarUserNav } from '@/components/custom/sidebar-user-nav';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import {
|
||||
Card,
|
||||
CardDescription,
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from '@/components/ui/card';
|
||||
import {
|
||||
Sidebar,
|
||||
SidebarContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue