File size: 165 Bytes
8481fea
 
 
 
 
 
1
2
3
4
5
6
7
import { useStore } from '@nanostores/react';
import { description } from './useChatHistory';

export function ChatDescription() {
  return useStore(description);
}