forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor: refactor the plugin and tool slice (lobehub#1437)
* ♻️ refactor: refactor the plugin and tool slice * ✅ test: update test --------- Co-authored-by: arvinxx <arvinx@foxmail.com>
- Loading branch information
1 parent
bf29ec5
commit 003e230
Showing
10 changed files
with
1,091 additions
and
964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export { chatEnhanceSelectors } from './slices/enchance/selectors'; | ||
export { chatSelectors } from './slices/message/selectors'; | ||
export { chatToolSelectors } from './slices/tool/selectors'; | ||
export { topicSelectors } from './slices/topic/selectors'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.