feat: navigate away when deleting current chat (#44)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { useStore } from '@nanostores/react';
|
||||
import { description } from './useChatHistory';
|
||||
|
||||
export function ChatDescription() {
|
||||
return useStore(description);
|
||||
}
|
||||
Reference in New Issue
Block a user