fix: remove monorepo
This commit is contained in:
6
app/lib/persistence/ChatDescription.client.tsx
Normal file
6
app/lib/persistence/ChatDescription.client.tsx
Normal file
@@ -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