feat(editor): Encapsulate the tools in the editor toolbar as independent components.
This commit is contained in:
@@ -9,4 +9,8 @@ export const useConversations = () => useState('conversations', () => [])
|
||||
|
||||
export const useUser = () => useState('user', () => null)
|
||||
|
||||
export const useDrawer = () => useState('drawer', () => false)
|
||||
export const useDrawer = () => useState('drawer', () => false)
|
||||
|
||||
export const useEnableWebSearch = () => useState('enableWebSearch', () => false)
|
||||
|
||||
export const useFrugalMode = () => useState('frugalMode', () => false)
|
||||
Reference in New Issue
Block a user