Migrate more to Jotai (#17968)
As per title --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const isCreatingChatThreadState = atom<boolean>({
|
||||
key: 'ai/isCreatingChatThreadState',
|
||||
default: false,
|
||||
});
|
||||
Reference in New Issue
Block a user