feat: navigate away when deleting current chat (#44)

This commit is contained in:
Kirjava
2024-08-21 21:18:38 +01:00
committed by GitHub
parent 1e11ab6395
commit a7b1f5046d
6 changed files with 41 additions and 29 deletions

View File

@@ -0,0 +1,6 @@
import { useStore } from '@nanostores/react';
import { description } from './useChatHistory';
export function ChatDescription() {
return useStore(description);
}